Shades of Medium Orchid #CC34DF
Tints of Medium Orchid #CC34DF
RGB
CMYK
RGB Variations
Color information
#CC34DF (or 0xCC34DF) is known color: Medium Orchid. HEX triplet: CC, 34 and DF. RGB value is (204,52,223). Sum of RGB (Red+Green+Blue) = 204+52+223=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC34DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC34DF is #33CB20. Grayscale: #747474. Windows color (decimal): -3394337 or 14628044. OLE color: 14628044.
HSL color Cylindrical-coordinate representation of color #CC34DF: hue angle of 293.33º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC34DF is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 52 | 223 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.13 |
| HSL | 293.33º | 0.73% | 0.54% | - |
| HSV(B) | 293.33º | 0.77% | 0.87% | - |
| XYZ | 39.45 | 20.62 | 71.71 | - |
| YUV | 116.94 | 187.86 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 223 | 0.09 | 0.77 | 0 | 0.13 | 293.33 | 0.73 | 0.54 |
| Hex | CC | 34 | DF | 9 | 4D | 0 | D | 125 | 49 | 36 |
| Octal | 314 | 64 | 337 | 11 | 115 | 0 | 15 | 445 | 111 | 66 |
| Binary | 11001100 | 110100 | 11011111 | 1001 | 1001101 | 0 | 1101 | 100100101 | 1001001 | 110110 |
Color Harmonies of #CC34DF
Complementary color
Monochromatic Colors of #CC34DF
Black with #CC34DF
Text Example
Text Example
White with #CC34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34DF; }
p { color: rgb(204,52,223); }
H1.HeaderClassName
{
color: #CC34DF;
}
.AnyTagClassName
{
color: #CC34DF;
}
</style>
background-color css
<style>
a { background-color: #CC34DF; }
a { background-color: rgb(204,52,223); }
div.DivClassName
{
background-color: #CC34DF;
}
.BgClassName
{
background-color: #CC34DF;
}
</style>
border-color css
<style>
span { border-color: #CC34DF; }
span { border-color: rgb(204,52,223); }
td.TdClassName
{
border-color: #CC34DF;
}
.TagClassName
{
border-color: #CC34DF;
}
</style>