Shades of Lily #CA7CB2
Tints of Lily #CA7CB2
RGB
CMYK
RGB Variations
Color information
#CA7CB2 (or 0xCA7CB2) is known color: Lily. HEX triplet: CA, 7C and B2. RGB value is (202,124,178). Sum of RGB (Red+Green+Blue) = 202+124+178=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7CB2 is #35834D. Grayscale: #999999. Windows color (decimal): -3507022 or 11697354. OLE color: 11697354.
HSL color Cylindrical-coordinate representation of color #CA7CB2: hue angle of 318.46º 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 #CA7CB2 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 178 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.21 |
| HSL | 318.46º | 0.42% | 0.64% | - |
| HSV(B) | 318.46º | 0.39% | 0.79% | - |
| XYZ | 39.6 | 30.19 | 45.86 | - |
| YUV | 153.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 178 | 0 | 0.39 | 0.12 | 0.21 | 318.46 | 0.42 | 0.64 |
| Hex | CA | 7C | B2 | 0 | 27 | C | 15 | 13E | 2A | 40 |
| Octal | 312 | 174 | 262 | 0 | 47 | 14 | 25 | 476 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10110010 | 0 | 100111 | 1100 | 10101 | 100111110 | 101010 | 1000000 |
Color Harmonies of #CA7CB2
Complementary color
Monochromatic Colors of #CA7CB2
Black with #CA7CB2
Text Example
Text Example
White with #CA7CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CB2; }
p { color: rgb(202,124,178); }
H1.HeaderClassName
{
color: #CA7CB2;
}
.AnyTagClassName
{
color: #CA7CB2;
}
</style>
background-color css
<style>
a { background-color: #CA7CB2; }
a { background-color: rgb(202,124,178); }
div.DivClassName
{
background-color: #CA7CB2;
}
.BgClassName
{
background-color: #CA7CB2;
}
</style>
border-color css
<style>
span { border-color: #CA7CB2; }
span { border-color: rgb(202,124,178); }
td.TdClassName
{
border-color: #CA7CB2;
}
.TagClassName
{
border-color: #CA7CB2;
}
</style>