Shades of Medium Orchid #CF34DD
Tints of Medium Orchid #CF34DD
RGB
CMYK
RGB Variations
Color information
#CF34DD (or 0xCF34DD) is known color: Medium Orchid. HEX triplet: CF, 34 and DD. RGB value is (207,52,221). Sum of RGB (Red+Green+Blue) = 207+52+221=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34DD is #30CB22. Grayscale: #757575. Windows color (decimal): -3197731 or 14496975. OLE color: 14496975.
HSL color Cylindrical-coordinate representation of color #CF34DD: hue angle of 295.03º 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 #CF34DD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 52 | 221 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.13 |
| HSL | 295.03º | 0.71% | 0.54% | - |
| HSV(B) | 295.03º | 0.76% | 0.87% | - |
| XYZ | 40.01 | 20.94 | 70.34 | - |
| YUV | 117.61 | 186.35 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 221 | 0.06 | 0.76 | 0 | 0.13 | 295.03 | 0.71 | 0.54 |
| Hex | CF | 34 | DD | 6 | 4C | 0 | D | 127 | 47 | 36 |
| Octal | 317 | 64 | 335 | 6 | 114 | 0 | 15 | 447 | 107 | 66 |
| Binary | 11001111 | 110100 | 11011101 | 110 | 1001100 | 0 | 1101 | 100100111 | 1000111 | 110110 |
Color Harmonies of #CF34DD
Complementary color
Monochromatic Colors of #CF34DD
Black with #CF34DD
Text Example
Text Example
White with #CF34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34DD; }
p { color: rgb(207,52,221); }
H1.HeaderClassName
{
color: #CF34DD;
}
.AnyTagClassName
{
color: #CF34DD;
}
</style>
background-color css
<style>
a { background-color: #CF34DD; }
a { background-color: rgb(207,52,221); }
div.DivClassName
{
background-color: #CF34DD;
}
.BgClassName
{
background-color: #CF34DD;
}
</style>
border-color css
<style>
span { border-color: #CF34DD; }
span { border-color: rgb(207,52,221); }
td.TdClassName
{
border-color: #CF34DD;
}
.TagClassName
{
border-color: #CF34DD;
}
</style>