Shades of Medium Orchid #CC34D9
Tints of Medium Orchid #CC34D9
RGB
CMYK
RGB Variations
Color information
#CC34D9 (or 0xCC34D9) is known color: Medium Orchid. HEX triplet: CC, 34 and D9. RGB value is (204,52,217). Sum of RGB (Red+Green+Blue) = 204+52+217=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC34D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34D9 is #33CB26. Grayscale: #737373. Windows color (decimal): -3394343 or 14234828. OLE color: 14234828.
HSL color Cylindrical-coordinate representation of color #CC34D9: hue angle of 295.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC34D9 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 52 | 217 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.15 |
| HSL | 295.27º | 0.68% | 0.53% | - |
| HSV(B) | 295.27º | 0.76% | 0.85% | - |
| XYZ | 38.65 | 20.3 | 67.53 | - |
| YUV | 116.26 | 184.86 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 217 | 0.06 | 0.76 | 0 | 0.15 | 295.27 | 0.68 | 0.53 |
| Hex | CC | 34 | D9 | 6 | 4C | 0 | F | 127 | 44 | 35 |
| Octal | 314 | 64 | 331 | 6 | 114 | 0 | 17 | 447 | 104 | 65 |
| Binary | 11001100 | 110100 | 11011001 | 110 | 1001100 | 0 | 1111 | 100100111 | 1000100 | 110101 |
Color Harmonies of #CC34D9
Complementary color
Monochromatic Colors of #CC34D9
Black with #CC34D9
Text Example
Text Example
White with #CC34D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34D9; }
p { color: rgb(204,52,217); }
H1.HeaderClassName
{
color: #CC34D9;
}
.AnyTagClassName
{
color: #CC34D9;
}
</style>
background-color css
<style>
a { background-color: #CC34D9; }
a { background-color: rgb(204,52,217); }
div.DivClassName
{
background-color: #CC34D9;
}
.BgClassName
{
background-color: #CC34D9;
}
</style>
border-color css
<style>
span { border-color: #CC34D9; }
span { border-color: rgb(204,52,217); }
td.TdClassName
{
border-color: #CC34D9;
}
.TagClassName
{
border-color: #CC34D9;
}
</style>