#CA7FAC

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

Shades of Lily #CA7FAC

Tints of Lily #CA7FAC

Color information

#CA7FAC (or 0xCA7FAC) is unknown color: approx Lily. HEX triplet: CA, 7F and AC. RGB value is (202,127,172). Sum of RGB (Red+Green+Blue) = 202+127+172=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7FAC is #358053. Grayscale: #9A9A9A. Windows color (decimal): -3506260 or 11304906. OLE color: 11304906.

HSL color Cylindrical-coordinate representation of color #CA7FAC: hue angle of 324º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FAC is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202127172-
CMYK00.370.150.21
HSL324º41.44%64.51%-
HSV(B)324º37.13%79.22%-
XYZ39.3930.7142.88-
YUV154.56137.85161.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=40.32%
G=25.35%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212717200.370.150.2132441.4464.51
HexCA7FAC025F151442941
Octal312177254045172550451101
Binary1100101011111111010110001001011111101011010001001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7FAC; }

 p { color: rgb(202,127,172); }

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

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

 a { background-color: rgb(202,127,172); }

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

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

 span { border-color: rgb(202,127,172); }

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