#CB94CA

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

Shades of Lilac #CB94CA

Tints of Lilac #CB94CA

Color information

#CB94CA (or 0xCB94CA) is unknown color: approx Lilac. HEX triplet: CB, 94 and CA. RGB value is (203,148,202). Sum of RGB (Red+Green+Blue) = 203+148+202=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB94CA is #346B35. Grayscale: #AAAAAA. Windows color (decimal): -3435318 or 13276363. OLE color: 13276363.

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

Color convert

RGB203148202-
CMYK00.270.000.20
HSL301.09º34.59%68.82%-
HSV(B)301.09º27.09%79.61%-
XYZ45.8838.1460.82-
YUV170.6145.72151.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=36.71%
G=26.76%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314820200.270.000.20301.0934.5968.82
HexCB94CA01B01412d2345
Octal31322431203302445543105
Binary1100101110010100110010100110110101001001011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB94CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB94CA; }

 p { color: rgb(203,148,202); }

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

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

 a { background-color: rgb(203,148,202); }

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

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

 span { border-color: rgb(203,148,202); }

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