#CF8CCB

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

Shades of Lilac #CF8CCB

Tints of Lilac #CF8CCB

Color information

#CF8CCB (or 0xCF8CCB) is unknown color: approx Lilac. HEX triplet: CF, 8C and CB. RGB value is (207,140,203). Sum of RGB (Red+Green+Blue) = 207+140+203=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CCB is #307334. Grayscale: #A7A7A7. Windows color (decimal): -3175221 or 13339855. OLE color: 13339855.

HSL color Cylindrical-coordinate representation of color #CF8CCB: hue angle of 303.58º 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 #CF8CCB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB207140203-
CMYK00.320.020.19
HSL303.58º41.1%68.04%-
HSV(B)303.58º32.37%81.18%-
XYZ45.8936.3361.09-
YUV167.21148.2156.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 140 (55.08% from 255) = 25.45%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=37.64%
G=25.45%
B=36.91%

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
Decimal20714020300.320.020.19303.5841.168.04
HexCF8CCB0202131302944
Octal31721431304022346051104
Binary110011111000110011001011010000010100111001100001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CCB; }

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

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

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

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

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

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

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

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