#C88CCF

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

Shades of Lilac #C88CCF

Tints of Lilac #C88CCF

Color information

#C88CCF (or 0xC88CCF) is unknown color: approx Lilac. HEX triplet: C8, 8C and CF. RGB value is (200,140,207). Sum of RGB (Red+Green+Blue) = 200+140+207=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #C88CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CCF is #377330. Grayscale: #A5A5A5. Windows color (decimal): -3633969 or 13601992. OLE color: 13601992.

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

Color convert

RGB200140207-
CMYK0.030.3200.19
HSL293.73º41.1%68.04%-
HSV(B)293.73º32.37%81.18%-
XYZ44.4635.5463.55-
YUV165.58151.38152.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.56%
GREEN value IS 140 (55.08% from 255) = 25.59%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=36.56%
G=25.59%
B=37.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001402070.030.3200.19293.7341.168.04
HexC88CCF3200131262944
Octal31021431734002344651104
Binary110010001000110011001111111000000100111001001101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CCF; }

 p { color: rgb(200,140,207); }

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

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

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

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

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

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

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