#CF8DCB

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

Shades of Lilac #CF8DCB

Tints of Lilac #CF8DCB

Color information

#CF8DCB (or 0xCF8DCB) is unknown color: approx Lilac. HEX triplet: CF, 8D and CB. RGB value is (207,141,203). Sum of RGB (Red+Green+Blue) = 207+141+203=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DCB is #307234. Grayscale: #A7A7A7. Windows color (decimal): -3174965 or 13340111. OLE color: 13340111.

HSL color Cylindrical-coordinate representation of color #CF8DCB: hue angle of 303.64º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8DCB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207141203-
CMYK00.320.020.19
HSL303.64º40.74%68.24%-
HSV(B)303.64º31.88%81.18%-
XYZ46.0436.6361.14-
YUV167.8147.87155.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 141 (55.47% from 255) = 25.59%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=37.57%
G=25.59%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714120300.320.020.19303.6440.7468.24
HexCF8DCB0202131302944
Octal31721531304022346051104
Binary110011111000110111001011010000010100111001100001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DCB; }

 p { color: rgb(207,141,203); }

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

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

 a { background-color: rgb(207,141,203); }

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

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

 span { border-color: rgb(207,141,203); }

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