Shades of Lilac #CC8DD3
Tints of Lilac #CC8DD3
RGB
CMYK
RGB Variations
Color information
#CC8DD3 (or 0xCC8DD3) is known color: Lilac. HEX triplet: CC, 8D and D3. RGB value is (204,141,211). Sum of RGB (Red+Green+Blue) = 204+141+211=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC8DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DD3 is #33722C. Grayscale: #A7A7A7. Windows color (decimal): -3371565 or 13864396. OLE color: 13864396.
HSL color Cylindrical-coordinate representation of color #CC8DD3: hue angle of 294º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC8DD3 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 141 | 211 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.17 |
| HSL | 294º | 0.44% | 0.69% | - |
| HSV(B) | 294º | 0.33% | 0.83% | - |
| XYZ | 46.18 | 36.59 | 66.26 | - |
| YUV | 167.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 141 | 211 | 0.03 | 0.33 | 0 | 0.17 | 294 | 0.44 | 0.69 |
| Hex | CC | 8D | D3 | 3 | 21 | 0 | 11 | 126 | 2C | 45 |
| Octal | 314 | 215 | 323 | 3 | 41 | 0 | 21 | 446 | 54 | 105 |
| Binary | 11001100 | 10001101 | 11010011 | 11 | 100001 | 0 | 10001 | 100100110 | 101100 | 1000101 |
Color Harmonies of #CC8DD3
Complementary color
Monochromatic Colors of #CC8DD3
Black with #CC8DD3
Text Example
Text Example
White with #CC8DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DD3; }
p { color: rgb(204,141,211); }
H1.HeaderClassName
{
color: #CC8DD3;
}
.AnyTagClassName
{
color: #CC8DD3;
}
</style>
background-color css
<style>
a { background-color: #CC8DD3; }
a { background-color: rgb(204,141,211); }
div.DivClassName
{
background-color: #CC8DD3;
}
.BgClassName
{
background-color: #CC8DD3;
}
</style>
border-color css
<style>
span { border-color: #CC8DD3; }
span { border-color: rgb(204,141,211); }
td.TdClassName
{
border-color: #CC8DD3;
}
.TagClassName
{
border-color: #CC8DD3;
}
</style>