#CA92BF

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

Shades of Lilac #CA92BF

Tints of Lilac #CA92BF

Color information

#CA92BF (or 0xCA92BF) is unknown color: approx Lilac. HEX triplet: CA, 92 and BF. RGB value is (202,146,191). Sum of RGB (Red+Green+Blue) = 202+146+191=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92BF is #356D40. Grayscale: #A7A7A7. Windows color (decimal): -3501377 or 12554954. OLE color: 12554954.

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

Color convert

RGB202146191-
CMYK00.280.050.21
HSL311.79º34.57%68.24%-
HSV(B)311.79º27.72%79.22%-
XYZ44.0436.8854.09-
YUV167.87141.05152.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 146 (57.42% from 255) = 27.09%
BLUE value IS 191 (75% from 255) = 35.44%
R=37.48%
G=27.09%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214619100.280.050.21311.7934.5768.24
HexCA92BF01C5151382344
Octal31222227703452547043104
Binary110010101001001010111111011100101101011001110001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92BF; }

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

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

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

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

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

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

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

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