#CB84C1

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

Shades of Lilac #CB84C1

Tints of Lilac #CB84C1

Color information

#CB84C1 (or 0xCB84C1) is unknown color: approx Lilac. HEX triplet: CB, 84 and C1. RGB value is (203,132,193). Sum of RGB (Red+Green+Blue) = 203+132+193=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84C1 is #347B3E. Grayscale: #A0A0A0. Windows color (decimal): -3439423 or 12682443. OLE color: 12682443.

HSL color Cylindrical-coordinate representation of color #CB84C1: hue angle of 308.45º 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 #CB84C1 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203132193-
CMYK00.350.050.20
HSL308.45º40.57%65.69%-
HSV(B)308.45º34.98%79.61%-
XYZ42.5133.0554.59-
YUV160.18146.52158.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=38.45%
G=25%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313219300.350.050.20308.4540.5765.69
HexCB84C10235141342942
Octal31320430104352446451102
Binary1100101110000100110000010100011101101001001101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84C1; }

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

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

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

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

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

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

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

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