Shades of Medium Orchid #CC51DB
Tints of Medium Orchid #CC51DB
RGB
CMYK
RGB Variations
Color information
#CC51DB (or 0xCC51DB) is known color: Medium Orchid. HEX triplet: CC, 51 and DB. RGB value is (204,81,219). Sum of RGB (Red+Green+Blue) = 204+81+219=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51DB is #33AE24. Grayscale: #858585. Windows color (decimal): -3386917 or 14373324. OLE color: 14373324.
HSL color Cylindrical-coordinate representation of color #CC51DB: hue angle of 293.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC51DB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 81 | 219 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.14 |
| HSL | 293.48º | 0.66% | 0.59% | - |
| HSV(B) | 293.48º | 0.63% | 0.86% | - |
| XYZ | 40.63 | 23.84 | 69.48 | - |
| YUV | 133.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 219 | 0.07 | 0.63 | 0 | 0.14 | 293.48 | 0.66 | 0.59 |
| Hex | CC | 51 | DB | 7 | 3F | 0 | E | 125 | 42 | 3B |
| Octal | 314 | 121 | 333 | 7 | 77 | 0 | 16 | 445 | 102 | 73 |
| Binary | 11001100 | 1010001 | 11011011 | 111 | 111111 | 0 | 1110 | 100100101 | 1000010 | 111011 |
Color Harmonies of #CC51DB
Complementary color
Monochromatic Colors of #CC51DB
Black with #CC51DB
Text Example
Text Example
White with #CC51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51DB; }
p { color: rgb(204,81,219); }
H1.HeaderClassName
{
color: #CC51DB;
}
.AnyTagClassName
{
color: #CC51DB;
}
</style>
background-color css
<style>
a { background-color: #CC51DB; }
a { background-color: rgb(204,81,219); }
div.DivClassName
{
background-color: #CC51DB;
}
.BgClassName
{
background-color: #CC51DB;
}
</style>
border-color css
<style>
span { border-color: #CC51DB; }
span { border-color: rgb(204,81,219); }
td.TdClassName
{
border-color: #CC51DB;
}
.TagClassName
{
border-color: #CC51DB;
}
</style>