Shades of Medium Orchid #CC37E0
Tints of Medium Orchid #CC37E0
RGB
CMYK
RGB Variations
Color information
#CC37E0 (or 0xCC37E0) is known color: Medium Orchid. HEX triplet: CC, 37 and E0. RGB value is (204,55,224). Sum of RGB (Red+Green+Blue) = 204+55+224=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC37E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37E0 is #33C81F. Grayscale: #767676. Windows color (decimal): -3393568 or 14694348. OLE color: 14694348.
HSL color Cylindrical-coordinate representation of color #CC37E0: hue angle of 292.9º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC37E0 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 55 | 224 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.12 |
| HSL | 292.9º | 0.73% | 0.55% | - |
| HSV(B) | 292.9º | 0.75% | 0.88% | - |
| XYZ | 39.72 | 20.95 | 72.47 | - |
| YUV | 118.82 | 187.36 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 224 | 0.09 | 0.75 | 0 | 0.12 | 292.9 | 0.73 | 0.55 |
| Hex | CC | 37 | E0 | 9 | 4B | 0 | C | 125 | 49 | 37 |
| Octal | 314 | 67 | 340 | 11 | 113 | 0 | 14 | 445 | 111 | 67 |
| Binary | 11001100 | 110111 | 11100000 | 1001 | 1001011 | 0 | 1100 | 100100101 | 1001001 | 110111 |
Color Harmonies of #CC37E0
Complementary color
Monochromatic Colors of #CC37E0
Black with #CC37E0
Text Example
Text Example
White with #CC37E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37E0; }
p { color: rgb(204,55,224); }
H1.HeaderClassName
{
color: #CC37E0;
}
.AnyTagClassName
{
color: #CC37E0;
}
</style>
background-color css
<style>
a { background-color: #CC37E0; }
a { background-color: rgb(204,55,224); }
div.DivClassName
{
background-color: #CC37E0;
}
.BgClassName
{
background-color: #CC37E0;
}
</style>
border-color css
<style>
span { border-color: #CC37E0; }
span { border-color: rgb(204,55,224); }
td.TdClassName
{
border-color: #CC37E0;
}
.TagClassName
{
border-color: #CC37E0;
}
</style>