#CA7CB4

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

Shades of Lily #CA7CB4

Tints of Lily #CA7CB4

Color information

#CA7CB4 (or 0xCA7CB4) is unknown color: approx Lily. HEX triplet: CA, 7C and B4. RGB value is (202,124,180). Sum of RGB (Red+Green+Blue) = 202+124+180=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CB4 is #35834B. Grayscale: #999999. Windows color (decimal): -3507020 or 11828426. OLE color: 11828426.

HSL color Cylindrical-coordinate representation of color #CA7CB4: hue angle of 316.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7CB4 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB202124180-
CMYK00.390.110.21
HSL316.92º42.39%63.92%-
HSV(B)316.92º38.61%79.22%-
XYZ39.830.2746.92-
YUV153.71142.84162.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=39.92%
G=24.51%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212418000.390.110.21316.9242.3963.92
HexCA7CB4027B1513d2a40
Octal312174264047132547552100
Binary1100101011111001011010001001111011101011001111011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CB4; }

 p { color: rgb(202,124,180); }

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

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

 a { background-color: rgb(202,124,180); }

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

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

 span { border-color: rgb(202,124,180); }

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