Shades of Medium Orchid #CC37FF
Tints of Medium Orchid #CC37FF
RGB
CMYK
RGB Variations
Color information
#CC37FF (or 0xCC37FF) is known color: Medium Orchid. HEX triplet: CC, 37 and FF. RGB value is (204,55,255). Sum of RGB (Red+Green+Blue) = 204+55+255=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 55 (21.88% from 255 or 10.70% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37FF is #33C800. Grayscale: #797979. Windows color (decimal): -3393537 or 16725964. OLE color: 16725964.
HSL color Cylindrical-coordinate representation of color #CC37FF: hue angle of 284.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC37FF is Cyan = 0.2, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 55 | 255 | - |
| CMYK | 0.2 | 0.78 | 0 | 0 |
| HSL | 284.7º | 1% | 0.61% | - |
| HSV(B) | 284.7º | 0.78% | 1% | - |
| XYZ | 44.32 | 22.79 | 96.67 | - |
| YUV | 122.35 | 202.86 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 255 | 0.2 | 0.78 | 0 | 0 | 284.7 | 1 | 0.61 |
| Hex | CC | 37 | FF | 14 | 4E | 0 | 0 | 11D | 64 | 3D |
| Octal | 314 | 67 | 377 | 24 | 116 | 0 | 0 | 435 | 144 | 75 |
| Binary | 11001100 | 110111 | 11111111 | 10100 | 1001110 | 0 | 0 | 100011101 | 1100100 | 111101 |
Color Harmonies of #CC37FF
Complementary color
Monochromatic Colors of #CC37FF
Black with #CC37FF
Text Example
Text Example
White with #CC37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37FF; }
p { color: rgb(204,55,255); }
H1.HeaderClassName
{
color: #CC37FF;
}
.AnyTagClassName
{
color: #CC37FF;
}
</style>
background-color css
<style>
a { background-color: #CC37FF; }
a { background-color: rgb(204,55,255); }
div.DivClassName
{
background-color: #CC37FF;
}
.BgClassName
{
background-color: #CC37FF;
}
</style>
border-color css
<style>
span { border-color: #CC37FF; }
span { border-color: rgb(204,55,255); }
td.TdClassName
{
border-color: #CC37FF;
}
.TagClassName
{
border-color: #CC37FF;
}
</style>