#CF8CC8

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

Shades of Lilac #CF8CC8

Tints of Lilac #CF8CC8

Color information

#CF8CC8 (or 0xCF8CC8) is unknown color: approx Lilac. HEX triplet: CF, 8C and C8. RGB value is (207,140,200). Sum of RGB (Red+Green+Blue) = 207+140+200=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CC8 is #307337. Grayscale: #A6A6A6. Windows color (decimal): -3175224 or 13143247. OLE color: 13143247.

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

Color convert

RGB207140200-
CMYK00.320.030.19
HSL306.27º41.1%68.04%-
HSV(B)306.27º32.37%81.18%-
XYZ45.5436.1959.23-
YUV166.87146.7156.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 140 (55.08% from 255) = 25.59%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=37.84%
G=25.59%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714020000.320.030.19306.2741.168.04
HexCF8CC80203131322944
Octal31721431004032346251104
Binary110011111000110011001000010000011100111001100101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CC8; }

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

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

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

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

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

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

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

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