Shades of Medium Orchid #CC51F0
Tints of Medium Orchid #CC51F0
RGB
CMYK
RGB Variations
Color information
#CC51F0 (or 0xCC51F0) is known color: Medium Orchid. HEX triplet: CC, 51 and F0. RGB value is (204,81,240). Sum of RGB (Red+Green+Blue) = 204+81+240=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC51F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51F0 is #33AE0F. Grayscale: #878787. Windows color (decimal): -3386896 or 15749580. OLE color: 15749580.
HSL color Cylindrical-coordinate representation of color #CC51F0: hue angle of 286.42º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC51F0 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 81 | 240 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.06 |
| HSL | 286.42º | 0.84% | 0.63% | - |
| HSV(B) | 286.42º | 0.66% | 0.94% | - |
| XYZ | 43.57 | 25.01 | 84.97 | - |
| YUV | 135.9 | 186.75 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 240 | 0.15 | 0.66 | 0 | 0.06 | 286.42 | 0.84 | 0.63 |
| Hex | CC | 51 | F0 | F | 42 | 0 | 6 | 11E | 54 | 3F |
| Octal | 314 | 121 | 360 | 17 | 102 | 0 | 6 | 436 | 124 | 77 |
| Binary | 11001100 | 1010001 | 11110000 | 1111 | 1000010 | 0 | 110 | 100011110 | 1010100 | 111111 |
Color Harmonies of #CC51F0
Complementary color
Monochromatic Colors of #CC51F0
Black with #CC51F0
Text Example
Text Example
White with #CC51F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51F0; }
p { color: rgb(204,81,240); }
H1.HeaderClassName
{
color: #CC51F0;
}
.AnyTagClassName
{
color: #CC51F0;
}
</style>
background-color css
<style>
a { background-color: #CC51F0; }
a { background-color: rgb(204,81,240); }
div.DivClassName
{
background-color: #CC51F0;
}
.BgClassName
{
background-color: #CC51F0;
}
</style>
border-color css
<style>
span { border-color: #CC51F0; }
span { border-color: rgb(204,81,240); }
td.TdClassName
{
border-color: #CC51F0;
}
.TagClassName
{
border-color: #CC51F0;
}
</style>