#CF8AD3

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

Shades of Lilac #CF8AD3

Tints of Lilac #CF8AD3

Color information

#CF8AD3 (or 0xCF8AD3) is unknown color: approx Lilac. HEX triplet: CF, 8A and D3. RGB value is (207,138,211). Sum of RGB (Red+Green+Blue) = 207+138+211=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF8AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AD3 is #30752C. Grayscale: #A6A6A6. Windows color (decimal): -3175725 or 13863631. OLE color: 13863631.

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

Color convert

RGB207138211-
CMYK0.020.3500.17
HSL296.71º45.34%68.43%-
HSV(B)296.71º34.6%82.75%-
XYZ46.5836.1566.15-
YUV166.95152.86156.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 211 (82.81% from 255) = 37.95%
R=37.23%
G=24.82%
B=37.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071382110.020.3500.17296.7145.3468.43
HexCF8AD32230111292d44
Octal31721232324302145155104
Binary110011111000101011010011101000110100011001010011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8AD3; }

 p { color: rgb(207,138,211); }

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

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

 a { background-color: rgb(207,138,211); }

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

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

 span { border-color: rgb(207,138,211); }

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