Shades of Medium Orchid #CC37EF
Tints of Medium Orchid #CC37EF
RGB
CMYK
RGB Variations
Color information
#CC37EF (or 0xCC37EF) is known color: Medium Orchid. HEX triplet: CC, 37 and EF. RGB value is (204,55,239). Sum of RGB (Red+Green+Blue) = 204+55+239=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 55 (21.88% from 255 or 11.04% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC37EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37EF is #33C810. Grayscale: #777777. Windows color (decimal): -3393553 or 15677388. OLE color: 15677388.
HSL color Cylindrical-coordinate representation of color #CC37EF: hue angle of 288.59º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC37EF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 55 | 239 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.06 |
| HSL | 288.59º | 0.85% | 0.58% | - |
| HSV(B) | 288.59º | 0.77% | 0.94% | - |
| XYZ | 41.85 | 21.8 | 83.66 | - |
| YUV | 120.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 239 | 0.15 | 0.77 | 0 | 0.06 | 288.59 | 0.85 | 0.58 |
| Hex | CC | 37 | EF | F | 4D | 0 | 6 | 121 | 55 | 3A |
| Octal | 314 | 67 | 357 | 17 | 115 | 0 | 6 | 441 | 125 | 72 |
| Binary | 11001100 | 110111 | 11101111 | 1111 | 1001101 | 0 | 110 | 100100001 | 1010101 | 111010 |
Color Harmonies of #CC37EF
Complementary color
Monochromatic Colors of #CC37EF
Black with #CC37EF
Text Example
Text Example
White with #CC37EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37EF; }
p { color: rgb(204,55,239); }
H1.HeaderClassName
{
color: #CC37EF;
}
.AnyTagClassName
{
color: #CC37EF;
}
</style>
background-color css
<style>
a { background-color: #CC37EF; }
a { background-color: rgb(204,55,239); }
div.DivClassName
{
background-color: #CC37EF;
}
.BgClassName
{
background-color: #CC37EF;
}
</style>
border-color css
<style>
span { border-color: #CC37EF; }
span { border-color: rgb(204,55,239); }
td.TdClassName
{
border-color: #CC37EF;
}
.TagClassName
{
border-color: #CC37EF;
}
</style>