#CB85C5

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

Shades of Lilac #CB85C5

Tints of Lilac #CB85C5

Color information

#CB85C5 (or 0xCB85C5) is unknown color: approx Lilac. HEX triplet: CB, 85 and C5. RGB value is (203,133,197). Sum of RGB (Red+Green+Blue) = 203+133+197=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85C5 is #347A3A. Grayscale: #A1A1A1. Windows color (decimal): -3439163 or 12944843. OLE color: 12944843.

HSL color Cylindrical-coordinate representation of color #CB85C5: hue angle of 305.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB85C5 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203133197-
CMYK00.340.030.20
HSL305.14º40.23%65.88%-
HSV(B)305.14º34.48%79.61%-
XYZ43.0933.557.02-
YUV161.23148.19157.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 197 (77.34% from 255) = 36.96%
R=38.09%
G=24.95%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313319700.340.030.20305.1440.2365.88
HexCB85C50223141312842
Octal31320530504232446150102
Binary110010111000010111000101010001011101001001100011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85C5; }

 p { color: rgb(203,133,197); }

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

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

 a { background-color: rgb(203,133,197); }

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

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

 span { border-color: rgb(203,133,197); }

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