Shades of Medium Orchid #CC32DC
Tints of Medium Orchid #CC32DC
RGB
CMYK
RGB Variations
Color information
#CC32DC (or 0xCC32DC) is known color: Medium Orchid. HEX triplet: CC, 32 and DC. RGB value is (204,50,220). Sum of RGB (Red+Green+Blue) = 204+50+220=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC32DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32DC is #33CD23. Grayscale: #727272. Windows color (decimal): -3394852 or 14430924. OLE color: 14430924.
HSL color Cylindrical-coordinate representation of color #CC32DC: hue angle of 294.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC32DC is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 50 | 220 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.14 |
| HSL | 294.35º | 0.71% | 0.53% | - |
| HSV(B) | 294.35º | 0.77% | 0.86% | - |
| XYZ | 38.96 | 20.29 | 69.57 | - |
| YUV | 115.43 | 187.02 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 220 | 0.07 | 0.77 | 0 | 0.14 | 294.35 | 0.71 | 0.53 |
| Hex | CC | 32 | DC | 7 | 4D | 0 | E | 126 | 47 | 35 |
| Octal | 314 | 62 | 334 | 7 | 115 | 0 | 16 | 446 | 107 | 65 |
| Binary | 11001100 | 110010 | 11011100 | 111 | 1001101 | 0 | 1110 | 100100110 | 1000111 | 110101 |
Color Harmonies of #CC32DC
Complementary color
Monochromatic Colors of #CC32DC
Black with #CC32DC
Text Example
Text Example
White with #CC32DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32DC; }
p { color: rgb(204,50,220); }
H1.HeaderClassName
{
color: #CC32DC;
}
.AnyTagClassName
{
color: #CC32DC;
}
</style>
background-color css
<style>
a { background-color: #CC32DC; }
a { background-color: rgb(204,50,220); }
div.DivClassName
{
background-color: #CC32DC;
}
.BgClassName
{
background-color: #CC32DC;
}
</style>
border-color css
<style>
span { border-color: #CC32DC; }
span { border-color: rgb(204,50,220); }
td.TdClassName
{
border-color: #CC32DC;
}
.TagClassName
{
border-color: #CC32DC;
}
</style>