Shades of Medium Orchid #CC51DF
Tints of Medium Orchid #CC51DF
RGB
CMYK
RGB Variations
Color information
#CC51DF (or 0xCC51DF) is known color: Medium Orchid. HEX triplet: CC, 51 and DF. RGB value is (204,81,223). Sum of RGB (Red+Green+Blue) = 204+81+223=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC51DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51DF is #33AE20. Grayscale: #858585. Windows color (decimal): -3386913 or 14635468. OLE color: 14635468.
HSL color Cylindrical-coordinate representation of color #CC51DF: hue angle of 291.97º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC51DF is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 81 | 223 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.13 |
| HSL | 291.97º | 0.69% | 0.6% | - |
| HSV(B) | 291.97º | 0.64% | 0.87% | - |
| XYZ | 41.16 | 24.05 | 72.28 | - |
| YUV | 133.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 223 | 0.09 | 0.64 | 0 | 0.13 | 291.97 | 0.69 | 0.6 |
| Hex | CC | 51 | DF | 9 | 40 | 0 | D | 124 | 45 | 3C |
| Octal | 314 | 121 | 337 | 11 | 100 | 0 | 15 | 444 | 105 | 74 |
| Binary | 11001100 | 1010001 | 11011111 | 1001 | 1000000 | 0 | 1101 | 100100100 | 1000101 | 111100 |
Color Harmonies of #CC51DF
Complementary color
Monochromatic Colors of #CC51DF
Black with #CC51DF
Text Example
Text Example
White with #CC51DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51DF; }
p { color: rgb(204,81,223); }
H1.HeaderClassName
{
color: #CC51DF;
}
.AnyTagClassName
{
color: #CC51DF;
}
</style>
background-color css
<style>
a { background-color: #CC51DF; }
a { background-color: rgb(204,81,223); }
div.DivClassName
{
background-color: #CC51DF;
}
.BgClassName
{
background-color: #CC51DF;
}
</style>
border-color css
<style>
span { border-color: #CC51DF; }
span { border-color: rgb(204,81,223); }
td.TdClassName
{
border-color: #CC51DF;
}
.TagClassName
{
border-color: #CC51DF;
}
</style>