#CA8DC3

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

Shades of Lilac #CA8DC3

Tints of Lilac #CA8DC3

Color information

#CA8DC3 (or 0xCA8DC3) is unknown color: approx Lilac. HEX triplet: CA, 8D and C3. RGB value is (202,141,195). Sum of RGB (Red+Green+Blue) = 202+141+195=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DC3 is #35723C. Grayscale: #A5A5A5. Windows color (decimal): -3502653 or 12815818. OLE color: 12815818.

HSL color Cylindrical-coordinate representation of color #CA8DC3: hue angle of 306.89º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DC3 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202141195-
CMYK00.300.030.21
HSL306.89º36.53%67.25%-
HSV(B)306.89º30.2%79.22%-
XYZ43.7335.5556.19-
YUV165.4144.71154.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 195 (76.56% from 255) = 36.25%
R=37.55%
G=26.21%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214119500.300.030.21306.8936.5367.25
HexCA8DC301E3151332543
Octal31221530303632546345103
Binary11001010100011011100001101111011101011001100111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DC3; }

 p { color: rgb(202,141,195); }

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

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

 a { background-color: rgb(202,141,195); }

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

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

 span { border-color: rgb(202,141,195); }

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