Shades of Medium Orchid #CF36D8
Tints of Medium Orchid #CF36D8
RGB
CMYK
RGB Variations
Color information
#CF36D8 (or 0xCF36D8) is known color: Medium Orchid. HEX triplet: CF, 36 and D8. RGB value is (207,54,216). Sum of RGB (Red+Green+Blue) = 207+54+216=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF36D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36D8 is #30C927. Grayscale: #757575. Windows color (decimal): -3197224 or 14169807. OLE color: 14169807.
HSL color Cylindrical-coordinate representation of color #CF36D8: hue angle of 296.67º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF36D8 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 54 | 216 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.15 |
| HSL | 296.67º | 0.68% | 0.53% | - |
| HSV(B) | 296.67º | 0.75% | 0.85% | - |
| XYZ | 39.45 | 20.86 | 66.91 | - |
| YUV | 118.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 216 | 0.04 | 0.75 | 0 | 0.15 | 296.67 | 0.68 | 0.53 |
| Hex | CF | 36 | D8 | 4 | 4B | 0 | F | 129 | 44 | 35 |
| Octal | 317 | 66 | 330 | 4 | 113 | 0 | 17 | 451 | 104 | 65 |
| Binary | 11001111 | 110110 | 11011000 | 100 | 1001011 | 0 | 1111 | 100101001 | 1000100 | 110101 |
Color Harmonies of #CF36D8
Complementary color
Monochromatic Colors of #CF36D8
Black with #CF36D8
Text Example
Text Example
White with #CF36D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36D8; }
p { color: rgb(207,54,216); }
H1.HeaderClassName
{
color: #CF36D8;
}
.AnyTagClassName
{
color: #CF36D8;
}
</style>
background-color css
<style>
a { background-color: #CF36D8; }
a { background-color: rgb(207,54,216); }
div.DivClassName
{
background-color: #CF36D8;
}
.BgClassName
{
background-color: #CF36D8;
}
</style>
border-color css
<style>
span { border-color: #CF36D8; }
span { border-color: rgb(207,54,216); }
td.TdClassName
{
border-color: #CF36D8;
}
.TagClassName
{
border-color: #CF36D8;
}
</style>