#CB84C0

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

Shades of Lilac #CB84C0

Tints of Lilac #CB84C0

Color information

#CB84C0 (or 0xCB84C0) is unknown color: approx Lilac. HEX triplet: CB, 84 and C0. RGB value is (203,132,192). Sum of RGB (Red+Green+Blue) = 203+132+192=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84C0 is #347B3F. Grayscale: #9F9F9F. Windows color (decimal): -3439424 or 12616907. OLE color: 12616907.

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

Color convert

RGB203132192-
CMYK00.350.050.20
HSL309.3º40.57%65.69%-
HSV(B)309.3º34.98%79.61%-
XYZ42.393354.01-
YUV160.07146.02158.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=38.52%
G=25.05%
B=36.43%

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
Decimal20313219200.350.050.20309.340.5765.69
HexCB84C00235141352942
Octal31320430004352446551102
Binary1100101110000100110000000100011101101001001101011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84C0; }

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

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

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

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

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

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

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

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