Shades of Medium Orchid #CC32ED
Tints of Medium Orchid #CC32ED
RGB
CMYK
RGB Variations
Color information
#CC32ED (or 0xCC32ED) is known color: Medium Orchid. HEX triplet: CC, 32 and ED. RGB value is (204,50,237). Sum of RGB (Red+Green+Blue) = 204+50+237=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC32ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32ED is #33CD12. Grayscale: #747474. Windows color (decimal): -3394835 or 15545036. OLE color: 15545036.
HSL color Cylindrical-coordinate representation of color #CC32ED: hue angle of 289.41º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC32ED is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 50 | 237 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.07 |
| HSL | 289.41º | 0.84% | 0.56% | - |
| HSV(B) | 289.41º | 0.79% | 0.93% | - |
| XYZ | 41.33 | 21.23 | 82.04 | - |
| YUV | 117.36 | 195.52 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 237 | 0.14 | 0.79 | 0 | 0.07 | 289.41 | 0.84 | 0.56 |
| Hex | CC | 32 | ED | E | 4F | 0 | 7 | 121 | 54 | 38 |
| Octal | 314 | 62 | 355 | 16 | 117 | 0 | 7 | 441 | 124 | 70 |
| Binary | 11001100 | 110010 | 11101101 | 1110 | 1001111 | 0 | 111 | 100100001 | 1010100 | 111000 |
Color Harmonies of #CC32ED
Complementary color
Monochromatic Colors of #CC32ED
Black with #CC32ED
Text Example
Text Example
White with #CC32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32ED; }
p { color: rgb(204,50,237); }
H1.HeaderClassName
{
color: #CC32ED;
}
.AnyTagClassName
{
color: #CC32ED;
}
</style>
background-color css
<style>
a { background-color: #CC32ED; }
a { background-color: rgb(204,50,237); }
div.DivClassName
{
background-color: #CC32ED;
}
.BgClassName
{
background-color: #CC32ED;
}
</style>
border-color css
<style>
span { border-color: #CC32ED; }
span { border-color: rgb(204,50,237); }
td.TdClassName
{
border-color: #CC32ED;
}
.TagClassName
{
border-color: #CC32ED;
}
</style>