#CA92CB

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

Shades of Lilac #CA92CB

Tints of Lilac #CA92CB

Color information

#CA92CB (or 0xCA92CB) is unknown color: approx Lilac. HEX triplet: CA, 92 and CB. RGB value is (202,146,203). Sum of RGB (Red+Green+Blue) = 202+146+203=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA92CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92CB is #356D34. Grayscale: #A9A9A9. Windows color (decimal): -3501365 or 13341386. OLE color: 13341386.

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

Color convert

RGB202146203-
CMYK0.000.2800.20
HSL298.95º35.4%68.43%-
HSV(B)298.95º28.08%79.61%-
XYZ45.4237.4361.33-
YUV169.24147.05151.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=36.66%
G=26.50%
B=36.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021462030.000.2800.20298.9535.468.43
HexCA92CB01C01412b2344
Octal31222231303402445343104
Binary1100101010010010110010110111000101001001010111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92CB; }

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

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

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

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

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

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

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

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