Shades of Lily #CA98BD
Tints of Lily #CA98BD
RGB
CMYK
RGB Variations
Color information
#CA98BD (or 0xCA98BD) is known color: Lily. HEX triplet: CA, 98 and BD. RGB value is (202,152,189). Sum of RGB (Red+Green+Blue) = 202+152+189=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA98BD is #356742. Grayscale: #ABABAB. Windows color (decimal): -3499843 or 12425418. OLE color: 12425418.
HSL color Cylindrical-coordinate representation of color #CA98BD: hue angle of 315.6º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA98BD is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 189 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.21 |
| HSL | 315.6º | 0.32% | 0.69% | - |
| HSV(B) | 315.6º | 0.25% | 0.79% | - |
| XYZ | 44.77 | 38.69 | 53.25 | - |
| YUV | 171.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 189 | 0 | 0.25 | 0.06 | 0.21 | 315.6 | 0.32 | 0.69 |
| Hex | CA | 98 | BD | 0 | 19 | 6 | 15 | 13C | 20 | 45 |
| Octal | 312 | 230 | 275 | 0 | 31 | 6 | 25 | 474 | 40 | 105 |
| Binary | 11001010 | 10011000 | 10111101 | 0 | 11001 | 110 | 10101 | 100111100 | 100000 | 1000101 |
Color Harmonies of #CA98BD
Complementary color
Monochromatic Colors of #CA98BD
Black with #CA98BD
Text Example
Text Example
White with #CA98BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA98BD; }
p { color: rgb(202,152,189); }
H1.HeaderClassName
{
color: #CA98BD;
}
.AnyTagClassName
{
color: #CA98BD;
}
</style>
background-color css
<style>
a { background-color: #CA98BD; }
a { background-color: rgb(202,152,189); }
div.DivClassName
{
background-color: #CA98BD;
}
.BgClassName
{
background-color: #CA98BD;
}
</style>
border-color css
<style>
span { border-color: #CA98BD; }
span { border-color: rgb(202,152,189); }
td.TdClassName
{
border-color: #CA98BD;
}
.TagClassName
{
border-color: #CA98BD;
}
</style>