Html Css Color HEX #C56BDC Medium Orchid

📋 copy color: '#C56BDC'

red 197 ◦ green 107 ◦ blue 220

#C56BDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C56BDC

Tints of Medium Orchid #C56BDC

RGB

 RED value IS 197 (77.34% from 255) = 37.6%

 GREEN value IS 107 (42.19% from 255) = 20.42%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 37.6%
G = 20.42%
B = 41.98%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C56BDC (or 0xC56BDC) is known color: Medium Orchid. HEX triplet: C5, 6B and DC. RGB value is (197,107,220). Sum of RGB (Red+Green+Blue) = 197+107+220=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #C56BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56BDC is #3A9423. Grayscale: #929292. Windows color (decimal): -3839012 or 14445509. OLE color: 14445509.

HSL color Cylindrical-coordinate representation of color #C56BDC: hue angle of 287.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56BDC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 107 220 -
CMYK 0.10 0.51 0 0.14
HSL 287.79º 0.62% 0.64% -
HSV(B) 287.79º 0.51% 0.86% -
XYZ 41.2 27.55 70.86 -
YUV 146.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 197 107 220 0.10 0.51 0 0.14 287.79 0.62 0.64
Hex C5 6B DC A 33 0 E 120 3E 40
Octal 305 153 334 12 63 0 16 440 76 100
Binary 11000101 1101011 11011100 1010 110011 0 1110 100100000 111110 1000000

Color Harmonies of #C56BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56BDC

Black with #C56BDC

Text Example


Text Example

White with #C56BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56BDC; }

 p { color: rgb(197,107,220); }

 H1.HeaderClassName
 {
   color: #C56BDC;
 }
 .AnyTagClassName
 {
   color: #C56BDC;
 }
</style>

background-color css

<style>
 a { background-color: #C56BDC; }

 a { background-color: rgb(197,107,220); }

 div.DivClassName
 {
   background-color: #C56BDC;
 }
 .BgClassName
 {
   background-color: #C56BDC;
 }
</style>

border-color css

<style>
 span { border-color: #C56BDC; }

 span { border-color: rgb(197,107,220); }

 td.TdClassName
 {
   border-color: #C56BDC;
 }
 .TagClassName
 {
   border-color: #C56BDC;
 }
</style>