#CF8BCF

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

Shades of Lilac #CF8BCF

Tints of Lilac #CF8BCF

Color information

#CF8BCF (or 0xCF8BCF) is unknown color: approx Lilac. HEX triplet: CF, 8B and CF. RGB value is (207,139,207). Sum of RGB (Red+Green+Blue) = 207+139+207=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF8BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BCF is #307430. Grayscale: #A6A6A6. Windows color (decimal): -3175473 or 13601743. OLE color: 13601743.

HSL color Cylindrical-coordinate representation of color #CF8BCF: hue angle of 300º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8BCF is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207139207-
CMYK00.3300.19
HSL300º41.46%67.84%-
HSV(B)300º32.85%81.18%-
XYZ46.2336.2463.59-
YUV167.08150.53156.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=37.43%
G=25.14%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713920700.3300.1930041.4667.84
HexCF8BCF02101312c2944
Octal31721331704102345451104
Binary11001111100010111100111101000010100111001011001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8BCF; }

 p { color: rgb(207,139,207); }

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

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

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

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

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

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

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