Shades of Medium Orchid #CC37E6
Tints of Medium Orchid #CC37E6
RGB
CMYK
RGB Variations
Color information
#CC37E6 (or 0xCC37E6) is known color: Medium Orchid. HEX triplet: CC, 37 and E6. RGB value is (204,55,230). Sum of RGB (Red+Green+Blue) = 204+55+230=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC37E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37E6 is #33C819. Grayscale: #767676. Windows color (decimal): -3393562 or 15087564. OLE color: 15087564.
HSL color Cylindrical-coordinate representation of color #CC37E6: hue angle of 291.09º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC37E6 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 55 | 230 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.10 |
| HSL | 291.09º | 0.78% | 0.56% | - |
| HSV(B) | 291.09º | 0.76% | 0.9% | - |
| XYZ | 40.55 | 21.28 | 76.83 | - |
| YUV | 119.5 | 190.36 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 230 | 0.11 | 0.76 | 0 | 0.10 | 291.09 | 0.78 | 0.56 |
| Hex | CC | 37 | E6 | B | 4C | 0 | A | 123 | 4E | 38 |
| Octal | 314 | 67 | 346 | 13 | 114 | 0 | 12 | 443 | 116 | 70 |
| Binary | 11001100 | 110111 | 11100110 | 1011 | 1001100 | 0 | 1010 | 100100011 | 1001110 | 111000 |
Color Harmonies of #CC37E6
Complementary color
Monochromatic Colors of #CC37E6
Black with #CC37E6
Text Example
Text Example
White with #CC37E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37E6; }
p { color: rgb(204,55,230); }
H1.HeaderClassName
{
color: #CC37E6;
}
.AnyTagClassName
{
color: #CC37E6;
}
</style>
background-color css
<style>
a { background-color: #CC37E6; }
a { background-color: rgb(204,55,230); }
div.DivClassName
{
background-color: #CC37E6;
}
.BgClassName
{
background-color: #CC37E6;
}
</style>
border-color css
<style>
span { border-color: #CC37E6; }
span { border-color: rgb(204,55,230); }
td.TdClassName
{
border-color: #CC37E6;
}
.TagClassName
{
border-color: #CC37E6;
}
</style>