#CA8FBE

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

Shades of Lilac #CA8FBE

Tints of Lilac #CA8FBE

Color information

#CA8FBE (or 0xCA8FBE) is unknown color: approx Lilac. HEX triplet: CA, 8F and BE. RGB value is (202,143,190). Sum of RGB (Red+Green+Blue) = 202+143+190=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FBE is #357041. Grayscale: #A5A5A5. Windows color (decimal): -3502146 or 12488650. OLE color: 12488650.

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

Color convert

RGB202143190-
CMYK00.290.060.21
HSL312.2º35.76%67.65%-
HSV(B)312.2º29.21%79.22%-
XYZ43.4735.9253.36-
YUV166141.55153.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=37.76%
G=26.73%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214319000.290.060.21312.235.7667.65
HexCA8FBE01D6151382444
Octal31221727603562547044104
Binary110010101000111110111110011101110101011001110001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FBE; }

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

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

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

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

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

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

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

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