#C8B0CA

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

Shades of Lilac #C8B0CA

Tints of Lilac #C8B0CA

Color information

#C8B0CA (or 0xC8B0CA) is unknown color: approx Lilac. HEX triplet: C8, B0 and CA. RGB value is (200,176,202). Sum of RGB (Red+Green+Blue) = 200+176+202=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0CA is #374F35. Grayscale: #BABABA. Windows color (decimal): -3624758 or 13283528. OLE color: 13283528.

HSL color Cylindrical-coordinate representation of color #C8B0CA: hue angle of 295.38º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8B0CA is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200176202-
CMYK0.010.1300.21
HSL295.38º19.7%74.12%-
HSV(B)295.38º12.87%79.22%-
XYZ50.0147.5962.43-
YUV186.14136.95137.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.60%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=34.60%
G=30.45%
B=34.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001762020.010.1300.21295.3819.774.12
HexC8B0CA1D015127144a
Octal31026031211502544724112
Binary11001000101100001100101011101010101100100111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B0CA; }

 p { color: rgb(200,176,202); }

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

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

 a { background-color: rgb(200,176,202); }

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

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

 span { border-color: rgb(200,176,202); }

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