#CF8FD4

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

Shades of Lilac #CF8FD4

Tints of Lilac #CF8FD4

Color information

#CF8FD4 (or 0xCF8FD4) is unknown color: approx Lilac. HEX triplet: CF, 8F and D4. RGB value is (207,143,212). Sum of RGB (Red+Green+Blue) = 207+143+212=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF8FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FD4 is #30702B. Grayscale: #A9A9A9. Windows color (decimal): -3174444 or 13930447. OLE color: 13930447.

HSL color Cylindrical-coordinate representation of color #CF8FD4: hue angle of 295.65º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8FD4 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207143212-
CMYK0.020.3300.17
HSL295.65º44.52%69.61%-
HSV(B)295.65º32.55%83.14%-
XYZ47.4437.6667.06-
YUV170151.7154.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=36.83%
G=25.44%
B=37.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071432120.020.3300.17295.6544.5269.61
HexCF8FD42210111282d46
Octal31721732424102145055106
Binary110011111000111111010100101000010100011001010001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8FD4; }

 p { color: rgb(207,143,212); }

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

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

 a { background-color: rgb(207,143,212); }

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

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

 span { border-color: rgb(207,143,212); }

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