#cc8ecf

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

Shades of Lilac #CC8ECF

Tints of Lilac #CC8ECF

Color information

#CC8ECF (or 0xCC8ECF) is unknown color: approx Lilac. HEX triplet: CC, 8E and CF. RGB value is (204,142,207). Sum of RGB (Red+Green+Blue) = 204+142+207=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ECF is #337130. Grayscale: #A7A7A7. Windows color (decimal): -3371313 or 13602508. OLE color: 13602508.

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

Color convert

RGB204142207-
CMYK0.010.3100.19
HSL297.23º40.37%68.43%-
HSV(B)297.23º31.4%81.18%-
XYZ45.8436.6963.7-
YUV167.95150.04153.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 142 (55.86% from 255) = 25.68%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=36.89%
G=25.68%
B=37.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041422070.010.3100.19297.2340.3768.43
HexCC8ECF11F0131292844
Octal31421631713702345150104
Binary1100110010001110110011111111110100111001010011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8ecf; }

 p { color: rgb(204,142,207); }

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

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

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

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

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

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

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