#CF8AD0

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

Shades of Lilac #CF8AD0

Tints of Lilac #CF8AD0

Color information

#CF8AD0 (or 0xCF8AD0) is unknown color: approx Lilac. HEX triplet: CF, 8A and D0. RGB value is (207,138,208). Sum of RGB (Red+Green+Blue) = 207+138+208=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AD0 is #30752F. Grayscale: #A6A6A6. Windows color (decimal): -3175728 or 13667023. OLE color: 13667023.

HSL color Cylindrical-coordinate representation of color #CF8AD0: hue angle of 299.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF8AD0 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB207138208-
CMYK0.000.3400.18
HSL299.14º42.68%67.84%-
HSV(B)299.14º33.65%81.57%-
XYZ46.213664.19-
YUV166.61151.36156.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 138 (54.30% from 255) = 24.95%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=37.43%
G=24.95%
B=37.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2071382080.000.3400.18299.1442.6867.84
HexCF8AD002201212b2b44
Octal31721232004202245353104
Binary11001111100010101101000001000100100101001010111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8AD0; }

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

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

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

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

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

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

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

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