#CA86CC

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

Shades of Lilac #CA86CC

Tints of Lilac #CA86CC

Color information

#CA86CC (or 0xCA86CC) is unknown color: approx Lilac. HEX triplet: CA, 86 and CC. RGB value is (202,134,204). Sum of RGB (Red+Green+Blue) = 202+134+204=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA86CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86CC is #357933. Grayscale: #A2A2A2. Windows color (decimal): -3504436 or 13403850. OLE color: 13403850.

HSL color Cylindrical-coordinate representation of color #CA86CC: hue angle of 298.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA86CC is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202134204-
CMYK0.010.3400.2
HSL298.29º40.7%66.27%-
HSV(B)298.29º34.31%80%-
XYZ43.7833.9761.38-
YUV162.31151.53156.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 134 (52.73% from 255) = 24.81%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=37.41%
G=24.81%
B=37.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021342040.010.3400.2298.2940.766.27
HexCA86CC12201412a2942
Octal31220631414202445251102
Binary11001010100001101100110011000100101001001010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86CC; }

 p { color: rgb(202,134,204); }

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

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

 a { background-color: rgb(202,134,204); }

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

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

 span { border-color: rgb(202,134,204); }

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