#CA8FC4

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

Shades of Lilac #CA8FC4

Tints of Lilac #CA8FC4

Color information

#CA8FC4 (or 0xCA8FC4) is unknown color: approx Lilac. HEX triplet: CA, 8F and C4. RGB value is (202,143,196). Sum of RGB (Red+Green+Blue) = 202+143+196=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FC4 is #35703B. Grayscale: #A6A6A6. Windows color (decimal): -3502140 or 12881866. OLE color: 12881866.

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

Color convert

RGB202143196-
CMYK00.290.030.21
HSL306.1º35.76%67.65%-
HSV(B)306.1º29.21%79.22%-
XYZ44.1436.1956.88-
YUV166.68144.55153.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 143 (56.25% from 255) = 26.43%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=37.34%
G=26.43%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214319600.290.030.21306.135.7667.65
HexCA8FC401D3151322444
Octal31221730403532546244104
Binary11001010100011111100010001110111101011001100101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FC4; }

 p { color: rgb(202,143,196); }

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

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

 a { background-color: rgb(202,143,196); }

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

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

 span { border-color: rgb(202,143,196); }

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