Shades of Medium Orchid #CC34DD
Tints of Medium Orchid #CC34DD
RGB
CMYK
RGB Variations
Color information
#CC34DD (or 0xCC34DD) is known color: Medium Orchid. HEX triplet: CC, 34 and DD. RGB value is (204,52,221). Sum of RGB (Red+Green+Blue) = 204+52+221=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34DD is #33CB22. Grayscale: #747474. Windows color (decimal): -3394339 or 14496972. OLE color: 14496972.
HSL color Cylindrical-coordinate representation of color #CC34DD: hue angle of 293.96º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC34DD is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 52 | 221 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.13 |
| HSL | 293.96º | 0.71% | 0.54% | - |
| HSV(B) | 293.96º | 0.76% | 0.87% | - |
| XYZ | 39.18 | 20.51 | 70.3 | - |
| YUV | 116.71 | 186.86 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 221 | 0.08 | 0.76 | 0 | 0.13 | 293.96 | 0.71 | 0.54 |
| Hex | CC | 34 | DD | 8 | 4C | 0 | D | 126 | 47 | 36 |
| Octal | 314 | 64 | 335 | 10 | 114 | 0 | 15 | 446 | 107 | 66 |
| Binary | 11001100 | 110100 | 11011101 | 1000 | 1001100 | 0 | 1101 | 100100110 | 1000111 | 110110 |
Color Harmonies of #CC34DD
Complementary color
Monochromatic Colors of #CC34DD
Black with #CC34DD
Text Example
Text Example
White with #CC34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34DD; }
p { color: rgb(204,52,221); }
H1.HeaderClassName
{
color: #CC34DD;
}
.AnyTagClassName
{
color: #CC34DD;
}
</style>
background-color css
<style>
a { background-color: #CC34DD; }
a { background-color: rgb(204,52,221); }
div.DivClassName
{
background-color: #CC34DD;
}
.BgClassName
{
background-color: #CC34DD;
}
</style>
border-color css
<style>
span { border-color: #CC34DD; }
span { border-color: rgb(204,52,221); }
td.TdClassName
{
border-color: #CC34DD;
}
.TagClassName
{
border-color: #CC34DD;
}
</style>