#CA8DC4

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

Shades of Lilac #CA8DC4

Tints of Lilac #CA8DC4

Color information

#CA8DC4 (or 0xCA8DC4) is unknown color: approx Lilac. HEX triplet: CA, 8D and C4. RGB value is (202,141,196). Sum of RGB (Red+Green+Blue) = 202+141+196=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DC4 is #35723B. Grayscale: #A5A5A5. Windows color (decimal): -3502652 or 12881354. OLE color: 12881354.

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

Color convert

RGB202141196-
CMYK00.300.030.21
HSL305.9º36.53%67.25%-
HSV(B)305.9º30.2%79.22%-
XYZ43.8535.5956.78-
YUV165.51145.21154.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 196 (76.95% from 255) = 36.36%
R=37.48%
G=26.16%
B=36.36%

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
Decimal20214119600.300.030.21305.936.5367.25
HexCA8DC401E3151322543
Octal31221530403632546245103
Binary11001010100011011100010001111011101011001100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8DC4; }

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

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

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

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

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

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

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

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