#CB84C2

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

Shades of Lilac #CB84C2

Tints of Lilac #CB84C2

Color information

#CB84C2 (or 0xCB84C2) is unknown color: approx Lilac. HEX triplet: CB, 84 and C2. RGB value is (203,132,194). Sum of RGB (Red+Green+Blue) = 203+132+194=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84C2 is #347B3D. Grayscale: #A0A0A0. Windows color (decimal): -3439422 or 12747979. OLE color: 12747979.

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

Color convert

RGB203132194-
CMYK00.350.040.20
HSL307.61º40.57%65.69%-
HSV(B)307.61º34.98%79.61%-
XYZ42.6233.0955.18-
YUV160.3147.02158.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 194 (76.17% from 255) = 36.67%
R=38.37%
G=24.95%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313219400.350.040.20307.6140.5765.69
HexCB84C20234141342942
Octal31320430204342446451102
Binary1100101110000100110000100100011100101001001101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84C2; }

 p { color: rgb(203,132,194); }

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

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

 a { background-color: rgb(203,132,194); }

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

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

 span { border-color: rgb(203,132,194); }

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