#CD8FCB

Color #CD8FCB Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CD8FCB

Tints of Lilac #CD8FCB

Color information

#CD8FCB (or 0xCD8FCB) is unknown color: approx Lilac. HEX triplet: CD, 8F and CB. RGB value is (205,143,203). Sum of RGB (Red+Green+Blue) = 205+143+203=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FCB is #327034. Grayscale: #A8A8A8. Windows color (decimal): -3305525 or 13340621. OLE color: 13340621.

HSL color Cylindrical-coordinate representation of color #CD8FCB: hue angle of 301.94º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD8FCB is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205143203-
CMYK00.300.010.20
HSL301.94º38.27%68.24%-
HSV(B)301.94º30.24%80.39%-
XYZ45.7836.9461.22-
YUV168.38147.54154.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 143 (56.25% from 255) = 25.95%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=37.21%
G=25.95%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514320300.300.010.20301.9438.2768.24
HexCD8FCB01E11412e2644
Octal31521731303612445646104
Binary1100110110001111110010110111101101001001011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8FCB; }

 p { color: rgb(205,143,203); }

 H1.HeaderClassName
 {
   color: #CD8FCB;
 }
 .AnyTagClassName
 {
   color: #CD8FCB;
 }
</style>
background-color css

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

 a { background-color: rgb(205,143,203); }

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

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

 span { border-color: rgb(205,143,203); }

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