Shades of Lily #CA8FB4
Tints of Lily #CA8FB4
RGB
CMYK
RGB Variations
Color information
#CA8FB4 (or 0xCA8FB4) is known color: Lily. HEX triplet: CA, 8F and B4. RGB value is (202,143,180). Sum of RGB (Red+Green+Blue) = 202+143+180=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FB4 is #35704B. Grayscale: #A4A4A4. Windows color (decimal): -3502156 or 11833290. OLE color: 11833290.
HSL color Cylindrical-coordinate representation of color #CA8FB4: hue angle of 322.37º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FB4 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 180 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.21 |
| HSL | 322.37º | 0.36% | 0.68% | - |
| HSV(B) | 322.37º | 0.29% | 0.79% | - |
| XYZ | 42.42 | 35.5 | 47.8 | - |
| YUV | 164.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 180 | 0 | 0.29 | 0.11 | 0.21 | 322.37 | 0.36 | 0.68 |
| Hex | CA | 8F | B4 | 0 | 1D | B | 15 | 142 | 24 | 44 |
| Octal | 312 | 217 | 264 | 0 | 35 | 13 | 25 | 502 | 44 | 104 |
| Binary | 11001010 | 10001111 | 10110100 | 0 | 11101 | 1011 | 10101 | 101000010 | 100100 | 1000100 |
Color Harmonies of #CA8FB4
Complementary color
Monochromatic Colors of #CA8FB4
Black with #CA8FB4
Text Example
Text Example
White with #CA8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FB4; }
p { color: rgb(202,143,180); }
H1.HeaderClassName
{
color: #CA8FB4;
}
.AnyTagClassName
{
color: #CA8FB4;
}
</style>
background-color css
<style>
a { background-color: #CA8FB4; }
a { background-color: rgb(202,143,180); }
div.DivClassName
{
background-color: #CA8FB4;
}
.BgClassName
{
background-color: #CA8FB4;
}
</style>
border-color css
<style>
span { border-color: #CA8FB4; }
span { border-color: rgb(202,143,180); }
td.TdClassName
{
border-color: #CA8FB4;
}
.TagClassName
{
border-color: #CA8FB4;
}
</style>