#CA92CF

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

Shades of Lilac #CA92CF

Tints of Lilac #CA92CF

Color information

#CA92CF (or 0xCA92CF) is unknown color: approx Lilac. HEX triplet: CA, 92 and CF. RGB value is (202,146,207). Sum of RGB (Red+Green+Blue) = 202+146+207=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92CF is #356D30. Grayscale: #A9A9A9. Windows color (decimal): -3501361 or 13603530. OLE color: 13603530.

HSL color Cylindrical-coordinate representation of color #CA92CF: hue angle of 295.08º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA92CF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202146207-
CMYK0.020.2900.19
HSL295.08º38.85%69.22%-
HSV(B)295.08º29.47%81.18%-
XYZ45.937.6263.87-
YUV169.7149.05151.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 146 (57.42% from 255) = 26.31%
BLUE value IS 207 (81.25% from 255) = 37.30%
R=36.40%
G=26.31%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021462070.020.2900.19295.0838.8569.22
HexCA92CF21D0131272745
Octal31222231723502344747105
Binary11001010100100101100111110111010100111001001111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92CF; }

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

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

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

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

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

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

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

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