#CA8CB7

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

Shades of Lily #CA8CB7

Tints of Lily #CA8CB7

Color information

#CA8CB7 (or 0xCA8CB7) is unknown color: approx Lily. HEX triplet: CA, 8C and B7. RGB value is (202,140,183). Sum of RGB (Red+Green+Blue) = 202+140+183=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CB7 is #357348. Grayscale: #A3A3A3. Windows color (decimal): -3502921 or 12029130. OLE color: 12029130.

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

Color convert

RGB202140183-
CMYK00.310.090.21
HSL318.39º36.9%67.06%-
HSV(B)318.39º30.69%79.22%-
XYZ42.2834.7349.28-
YUV163.44139.04155.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 183 (71.88% from 255) = 34.86%
R=38.48%
G=26.67%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214018300.310.090.21318.3936.967.06
HexCA8CB701F91513e2543
Octal312214267037112547645103
Binary1100101010001100101101110111111001101011001111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8CB7; }

 p { color: rgb(202,140,183); }

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

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

 a { background-color: rgb(202,140,183); }

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

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

 span { border-color: rgb(202,140,183); }

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