#CA92C7

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

Shades of Lilac #CA92C7

Tints of Lilac #CA92C7

Color information

#CA92C7 (or 0xCA92C7) is unknown color: approx Lilac. HEX triplet: CA, 92 and C7. RGB value is (202,146,199). Sum of RGB (Red+Green+Blue) = 202+146+199=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92C7 is #356D38. Grayscale: #A8A8A8. Windows color (decimal): -3501369 or 13079242. OLE color: 13079242.

HSL color Cylindrical-coordinate representation of color #CA92C7: hue angle of 303.21º 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 #CA92C7 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202146199-
CMYK00.280.010.21
HSL303.21º34.57%68.24%-
HSV(B)303.21º27.72%79.22%-
XYZ44.9437.2458.85-
YUV168.79145.05151.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 199 (78.12% from 255) = 36.38%
R=36.93%
G=26.69%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214619900.280.010.21303.2134.5768.24
HexCA92C701C11512f2344
Octal31222230703412545743104
Binary1100101010010010110001110111001101011001011111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92C7; }

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

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

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

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

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

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

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

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