Shades of Lilac #CC85BE
Tints of Lilac #CC85BE
RGB
CMYK
RGB Variations
Color information
#CC85BE (or 0xCC85BE) is known color: Lilac. HEX triplet: CC, 85 and BE. RGB value is (204,133,190). Sum of RGB (Red+Green+Blue) = 204+133+190=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85BE is #337A41. Grayscale: #A0A0A0. Windows color (decimal): -3373634 or 12486092. OLE color: 12486092.
HSL color Cylindrical-coordinate representation of color #CC85BE: hue angle of 311.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC85BE is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 190 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.2 |
| HSL | 311.83º | 0.41% | 0.66% | - |
| HSV(B) | 311.83º | 0.35% | 0.8% | - |
| XYZ | 42.58 | 33.33 | 52.9 | - |
| YUV | 160.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 190 | 0 | 0.35 | 0.07 | 0.2 | 311.83 | 0.41 | 0.66 |
| Hex | CC | 85 | BE | 0 | 23 | 7 | 14 | 138 | 29 | 42 |
| Octal | 314 | 205 | 276 | 0 | 43 | 7 | 24 | 470 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10111110 | 0 | 100011 | 111 | 10100 | 100111000 | 101001 | 1000010 |
Color Harmonies of #CC85BE
Complementary color
Monochromatic Colors of #CC85BE
Black with #CC85BE
Text Example
Text Example
White with #CC85BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85BE; }
p { color: rgb(204,133,190); }
H1.HeaderClassName
{
color: #CC85BE;
}
.AnyTagClassName
{
color: #CC85BE;
}
</style>
background-color css
<style>
a { background-color: #CC85BE; }
a { background-color: rgb(204,133,190); }
div.DivClassName
{
background-color: #CC85BE;
}
.BgClassName
{
background-color: #CC85BE;
}
</style>
border-color css
<style>
span { border-color: #CC85BE; }
span { border-color: rgb(204,133,190); }
td.TdClassName
{
border-color: #CC85BE;
}
.TagClassName
{
border-color: #CC85BE;
}
</style>