Shades of Lily #CA7DB3
Tints of Lily #CA7DB3
RGB
CMYK
RGB Variations
Color information
#CA7DB3 (or 0xCA7DB3) is known color: Lily. HEX triplet: CA, 7D and B3. RGB value is (202,125,179). Sum of RGB (Red+Green+Blue) = 202+125+179=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DB3 is #35824C. Grayscale: #9A9A9A. Windows color (decimal): -3506765 or 11763146. OLE color: 11763146.
HSL color Cylindrical-coordinate representation of color #CA7DB3: hue angle of 317.92º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7DB3 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 179 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.21 |
| HSL | 317.92º | 0.42% | 0.64% | - |
| HSV(B) | 317.92º | 0.38% | 0.79% | - |
| XYZ | 39.83 | 30.48 | 46.43 | - |
| YUV | 154.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 179 | 0 | 0.38 | 0.11 | 0.21 | 317.92 | 0.42 | 0.64 |
| Hex | CA | 7D | B3 | 0 | 26 | B | 15 | 13E | 2A | 40 |
| Octal | 312 | 175 | 263 | 0 | 46 | 13 | 25 | 476 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10110011 | 0 | 100110 | 1011 | 10101 | 100111110 | 101010 | 1000000 |
Color Harmonies of #CA7DB3
Complementary color
Monochromatic Colors of #CA7DB3
Black with #CA7DB3
Text Example
Text Example
White with #CA7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DB3; }
p { color: rgb(202,125,179); }
H1.HeaderClassName
{
color: #CA7DB3;
}
.AnyTagClassName
{
color: #CA7DB3;
}
</style>
background-color css
<style>
a { background-color: #CA7DB3; }
a { background-color: rgb(202,125,179); }
div.DivClassName
{
background-color: #CA7DB3;
}
.BgClassName
{
background-color: #CA7DB3;
}
</style>
border-color css
<style>
span { border-color: #CA7DB3; }
span { border-color: rgb(202,125,179); }
td.TdClassName
{
border-color: #CA7DB3;
}
.TagClassName
{
border-color: #CA7DB3;
}
</style>