Shades of Medium Orchid #CF36DF
Tints of Medium Orchid #CF36DF
RGB
CMYK
RGB Variations
Color information
#CF36DF (or 0xCF36DF) is known color: Medium Orchid. HEX triplet: CF, 36 and DF. RGB value is (207,54,223). Sum of RGB (Red+Green+Blue) = 207+54+223=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF36DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36DF is #30C920. Grayscale: #767676. Windows color (decimal): -3197217 or 14628559. OLE color: 14628559.
HSL color Cylindrical-coordinate representation of color #CF36DF: hue angle of 294.32º degrees, saturation: 0.73, 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 #CF36DF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 54 | 223 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.13 |
| HSL | 294.32º | 0.73% | 0.54% | - |
| HSV(B) | 294.32º | 0.76% | 0.87% | - |
| XYZ | 40.37 | 21.23 | 71.78 | - |
| YUV | 119.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 223 | 0.07 | 0.76 | 0 | 0.13 | 294.32 | 0.73 | 0.54 |
| Hex | CF | 36 | DF | 7 | 4C | 0 | D | 126 | 49 | 36 |
| Octal | 317 | 66 | 337 | 7 | 114 | 0 | 15 | 446 | 111 | 66 |
| Binary | 11001111 | 110110 | 11011111 | 111 | 1001100 | 0 | 1101 | 100100110 | 1001001 | 110110 |
Color Harmonies of #CF36DF
Complementary color
Monochromatic Colors of #CF36DF
Black with #CF36DF
Text Example
Text Example
White with #CF36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36DF; }
p { color: rgb(207,54,223); }
H1.HeaderClassName
{
color: #CF36DF;
}
.AnyTagClassName
{
color: #CF36DF;
}
</style>
background-color css
<style>
a { background-color: #CF36DF; }
a { background-color: rgb(207,54,223); }
div.DivClassName
{
background-color: #CF36DF;
}
.BgClassName
{
background-color: #CF36DF;
}
</style>
border-color css
<style>
span { border-color: #CF36DF; }
span { border-color: rgb(207,54,223); }
td.TdClassName
{
border-color: #CF36DF;
}
.TagClassName
{
border-color: #CF36DF;
}
</style>