Shades of Medium Orchid #CC31DB
Tints of Medium Orchid #CC31DB
RGB
CMYK
RGB Variations
Color information
#CC31DB (or 0xCC31DB) is known color: Medium Orchid. HEX triplet: CC, 31 and DB. RGB value is (204,49,219). Sum of RGB (Red+Green+Blue) = 204+49+219=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31DB is #33CE24. Grayscale: #727272. Windows color (decimal): -3395109 or 14365132. OLE color: 14365132.
HSL color Cylindrical-coordinate representation of color #CC31DB: hue angle of 294.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC31DB is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 49 | 219 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.14 |
| HSL | 294.71º | 0.7% | 0.53% | - |
| HSV(B) | 294.71º | 0.78% | 0.86% | - |
| XYZ | 38.79 | 20.15 | 68.86 | - |
| YUV | 114.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 219 | 0.07 | 0.78 | 0 | 0.14 | 294.71 | 0.7 | 0.53 |
| Hex | CC | 31 | DB | 7 | 4E | 0 | E | 127 | 46 | 35 |
| Octal | 314 | 61 | 333 | 7 | 116 | 0 | 16 | 447 | 106 | 65 |
| Binary | 11001100 | 110001 | 11011011 | 111 | 1001110 | 0 | 1110 | 100100111 | 1000110 | 110101 |
Color Harmonies of #CC31DB
Complementary color
Monochromatic Colors of #CC31DB
Black with #CC31DB
Text Example
Text Example
White with #CC31DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31DB; }
p { color: rgb(204,49,219); }
H1.HeaderClassName
{
color: #CC31DB;
}
.AnyTagClassName
{
color: #CC31DB;
}
</style>
background-color css
<style>
a { background-color: #CC31DB; }
a { background-color: rgb(204,49,219); }
div.DivClassName
{
background-color: #CC31DB;
}
.BgClassName
{
background-color: #CC31DB;
}
</style>
border-color css
<style>
span { border-color: #CC31DB; }
span { border-color: rgb(204,49,219); }
td.TdClassName
{
border-color: #CC31DB;
}
.TagClassName
{
border-color: #CC31DB;
}
</style>