Shades of Medium Orchid #CF36DD
Tints of Medium Orchid #CF36DD
RGB
CMYK
RGB Variations
Color information
#CF36DD (or 0xCF36DD) is known color: Medium Orchid. HEX triplet: CF, 36 and DD. RGB value is (207,54,221). Sum of RGB (Red+Green+Blue) = 207+54+221=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF36DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36DD is #30C922. Grayscale: #767676. Windows color (decimal): -3197219 or 14497487. OLE color: 14497487.
HSL color Cylindrical-coordinate representation of color #CF36DD: hue angle of 294.97º 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 #CF36DD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 54 | 221 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.13 |
| HSL | 294.97º | 0.71% | 0.54% | - |
| HSV(B) | 294.97º | 0.76% | 0.87% | - |
| XYZ | 40.1 | 21.12 | 70.37 | - |
| YUV | 118.79 | 185.69 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 221 | 0.06 | 0.76 | 0 | 0.13 | 294.97 | 0.71 | 0.54 |
| Hex | CF | 36 | DD | 6 | 4C | 0 | D | 127 | 47 | 36 |
| Octal | 317 | 66 | 335 | 6 | 114 | 0 | 15 | 447 | 107 | 66 |
| Binary | 11001111 | 110110 | 11011101 | 110 | 1001100 | 0 | 1101 | 100100111 | 1000111 | 110110 |
Color Harmonies of #CF36DD
Complementary color
Monochromatic Colors of #CF36DD
Black with #CF36DD
Text Example
Text Example
White with #CF36DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36DD; }
p { color: rgb(207,54,221); }
H1.HeaderClassName
{
color: #CF36DD;
}
.AnyTagClassName
{
color: #CF36DD;
}
</style>
background-color css
<style>
a { background-color: #CF36DD; }
a { background-color: rgb(207,54,221); }
div.DivClassName
{
background-color: #CF36DD;
}
.BgClassName
{
background-color: #CF36DD;
}
</style>
border-color css
<style>
span { border-color: #CF36DD; }
span { border-color: rgb(207,54,221); }
td.TdClassName
{
border-color: #CF36DD;
}
.TagClassName
{
border-color: #CF36DD;
}
</style>