#C8B2CA

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

Shades of Lilac #C8B2CA

Tints of Lilac #C8B2CA

Color information

#C8B2CA (or 0xC8B2CA) is unknown color: approx Lilac. HEX triplet: C8, B2 and CA. RGB value is (200,178,202). Sum of RGB (Red+Green+Blue) = 200+178+202=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2CA is #374D35. Grayscale: #BBBBBB. Windows color (decimal): -3624246 or 13284040. OLE color: 13284040.

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

Color convert

RGB200178202-
CMYK0.010.1200.21
HSL295º18.46%74.51%-
HSV(B)295º11.88%79.22%-
XYZ50.448.3862.56-
YUV187.31136.29137.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.48%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=34.48%
G=30.69%
B=34.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001782020.010.1200.2129518.4674.51
HexC8B2CA1C015127124b
Octal31026231211402544722113
Binary11001000101100101100101011100010101100100111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B2CA; }

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

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

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

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

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

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

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

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