Shades of Lily #CC83AF
Tints of Lily #CC83AF
RGB
CMYK
RGB Variations
Color information
#CC83AF (or 0xCC83AF) is known color: Lily. HEX triplet: CC, 83 and AF. RGB value is (204,131,175). Sum of RGB (Red+Green+Blue) = 204+131+175=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC83AF is #337C50. Grayscale: #9D9D9D. Windows color (decimal): -3374161 or 11502540. OLE color: 11502540.
HSL color Cylindrical-coordinate representation of color #CC83AF: hue angle of 323.84º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC83AF is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 175 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.2 |
| HSL | 323.84º | 0.42% | 0.66% | - |
| HSV(B) | 323.84º | 0.36% | 0.8% | - |
| XYZ | 40.76 | 32.17 | 44.62 | - |
| YUV | 157.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 175 | 0 | 0.36 | 0.14 | 0.2 | 323.84 | 0.42 | 0.66 |
| Hex | CC | 83 | AF | 0 | 24 | E | 14 | 144 | 2A | 42 |
| Octal | 314 | 203 | 257 | 0 | 44 | 16 | 24 | 504 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10101111 | 0 | 100100 | 1110 | 10100 | 101000100 | 101010 | 1000010 |
Color Harmonies of #CC83AF
Complementary color
Monochromatic Colors of #CC83AF
Black with #CC83AF
Text Example
Text Example
White with #CC83AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83AF; }
p { color: rgb(204,131,175); }
H1.HeaderClassName
{
color: #CC83AF;
}
.AnyTagClassName
{
color: #CC83AF;
}
</style>
background-color css
<style>
a { background-color: #CC83AF; }
a { background-color: rgb(204,131,175); }
div.DivClassName
{
background-color: #CC83AF;
}
.BgClassName
{
background-color: #CC83AF;
}
</style>
border-color css
<style>
span { border-color: #CC83AF; }
span { border-color: rgb(204,131,175); }
td.TdClassName
{
border-color: #CC83AF;
}
.TagClassName
{
border-color: #CC83AF;
}
</style>