Html Css Color HEX #CD8CC0 Lilac

📋 copy color: '#CD8CC0'

red 205 ◦ green 140 ◦ blue 192

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

Shades of Lilac #CD8CC0

Tints of Lilac #CD8CC0

RGB

 RED value IS 205 (80.47% from 255) = 38.18%

 GREEN value IS 140 (55.08% from 255) = 26.07%

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 38.18%
G = 26.07%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD8CC0 (or 0xCD8CC0) is known color: Lilac. HEX triplet: CD, 8C and C0. RGB value is (205,140,192). Sum of RGB (Red+Green+Blue) = 205+140+192=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CC0 is #32733F. Grayscale: #A5A5A5. Windows color (decimal): -3306304 or 12618957. OLE color: 12618957.

HSL color Cylindrical-coordinate representation of color #CD8CC0: hue angle of 312º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8CC0 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 140 192 -
CMYK 0 0.32 0.06 0.20
HSL 312º 0.39% 0.68% -
HSV(B) 312º 0.32% 0.8% -
XYZ 44.07 35.54 54.41 -
YUV 165.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 205 140 192 0 0.32 0.06 0.20 312 0.39 0.68
Hex CD 8C C0 0 20 6 14 138 27 44
Octal 315 214 300 0 40 6 24 470 47 104
Binary 11001101 10001100 11000000 0 100000 110 10100 100111000 100111 1000100

Color Harmonies of #CD8CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8CC0

Black with #CD8CC0

Text Example


Text Example

White with #CD8CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8CC0; }

 p { color: rgb(205,140,192); }

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

background-color css

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

 a { background-color: rgb(205,140,192); }

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

border-color css

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

 span { border-color: rgb(205,140,192); }

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