#CA94CD

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

Shades of Lilac #CA94CD

Tints of Lilac #CA94CD

Color information

#CA94CD (or 0xCA94CD) is unknown color: approx Lilac. HEX triplet: CA, 94 and CD. RGB value is (202,148,205). Sum of RGB (Red+Green+Blue) = 202+148+205=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA94CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94CD is #356B32. Grayscale: #AAAAAA. Windows color (decimal): -3500851 or 13472970. OLE color: 13472970.

HSL color Cylindrical-coordinate representation of color #CA94CD: hue angle of 296.84º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA94CD is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202148205-
CMYK0.010.2800.20
HSL296.84º36.31%69.22%-
HSV(B)296.84º27.8%80.39%-
XYZ45.9738.1462.7-
YUV170.64147.39150.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=36.40%
G=26.67%
B=36.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021482050.010.2800.20296.8436.3169.22
HexCA94CD11C0141292445
Octal31222431513402445144105
Binary1100101010010100110011011111000101001001010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94CD; }

 p { color: rgb(202,148,205); }

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

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

 a { background-color: rgb(202,148,205); }

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

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

 span { border-color: rgb(202,148,205); }

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