Shades of Lily #CC83B5
Tints of Lily #CC83B5
RGB
CMYK
RGB Variations
Color information
#CC83B5 (or 0xCC83B5) is known color: Lily. HEX triplet: CC, 83 and B5. RGB value is (204,131,181). Sum of RGB (Red+Green+Blue) = 204+131+181=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83B5 is #337C4A. Grayscale: #9E9E9E. Windows color (decimal): -3374155 or 11895756. OLE color: 11895756.
HSL color Cylindrical-coordinate representation of color #CC83B5: hue angle of 318.9º 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 #CC83B5 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 181 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.2 |
| HSL | 318.9º | 0.42% | 0.66% | - |
| HSV(B) | 318.9º | 0.36% | 0.8% | - |
| XYZ | 41.36 | 32.41 | 47.79 | - |
| YUV | 158.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 181 | 0 | 0.36 | 0.11 | 0.2 | 318.9 | 0.42 | 0.66 |
| Hex | CC | 83 | B5 | 0 | 24 | B | 14 | 13F | 2A | 42 |
| Octal | 314 | 203 | 265 | 0 | 44 | 13 | 24 | 477 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10110101 | 0 | 100100 | 1011 | 10100 | 100111111 | 101010 | 1000010 |
Color Harmonies of #CC83B5
Complementary color
Monochromatic Colors of #CC83B5
Black with #CC83B5
Text Example
Text Example
White with #CC83B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83B5; }
p { color: rgb(204,131,181); }
H1.HeaderClassName
{
color: #CC83B5;
}
.AnyTagClassName
{
color: #CC83B5;
}
</style>
background-color css
<style>
a { background-color: #CC83B5; }
a { background-color: rgb(204,131,181); }
div.DivClassName
{
background-color: #CC83B5;
}
.BgClassName
{
background-color: #CC83B5;
}
</style>
border-color css
<style>
span { border-color: #CC83B5; }
span { border-color: rgb(204,131,181); }
td.TdClassName
{
border-color: #CC83B5;
}
.TagClassName
{
border-color: #CC83B5;
}
</style>