#CA83C0

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

Shades of Lilac #CA83C0

Tints of Lilac #CA83C0

Color information

#CA83C0 (or 0xCA83C0) is unknown color: approx Lilac. HEX triplet: CA, 83 and C0. RGB value is (202,131,192). Sum of RGB (Red+Green+Blue) = 202+131+192=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83C0 is #357C3F. Grayscale: #9F9F9F. Windows color (decimal): -3505216 or 12616650. OLE color: 12616650.

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

Color convert

RGB202131192-
CMYK00.350.050.21
HSL308.45º40.11%65.29%-
HSV(B)308.45º35.15%79.22%-
XYZ41.9932.5953.95-
YUV159.18146.52158.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 131 (51.56% from 255) = 24.95%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=38.48%
G=24.95%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213119200.350.050.21308.4540.1165.29
HexCA83C00235151342841
Octal31220330004352546450101
Binary1100101010000011110000000100011101101011001101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83C0; }

 p { color: rgb(202,131,192); }

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

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

 a { background-color: rgb(202,131,192); }

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

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

 span { border-color: rgb(202,131,192); }

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