Shades of Medium Orchid #CF36E0
Tints of Medium Orchid #CF36E0
RGB
CMYK
RGB Variations
Color information
#CF36E0 (or 0xCF36E0) is known color: Medium Orchid. HEX triplet: CF, 36 and E0. RGB value is (207,54,224). Sum of RGB (Red+Green+Blue) = 207+54+224=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF36E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36E0 is #30C91F. Grayscale: #767676. Windows color (decimal): -3197216 or 14694095. OLE color: 14694095.
HSL color Cylindrical-coordinate representation of color #CF36E0: hue angle of 294º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF36E0 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 54 | 224 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.12 |
| HSL | 294º | 0.73% | 0.55% | - |
| HSV(B) | 294º | 0.76% | 0.88% | - |
| XYZ | 40.51 | 21.29 | 72.49 | - |
| YUV | 119.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 224 | 0.08 | 0.76 | 0 | 0.12 | 294 | 0.73 | 0.55 |
| Hex | CF | 36 | E0 | 8 | 4C | 0 | C | 126 | 49 | 37 |
| Octal | 317 | 66 | 340 | 10 | 114 | 0 | 14 | 446 | 111 | 67 |
| Binary | 11001111 | 110110 | 11100000 | 1000 | 1001100 | 0 | 1100 | 100100110 | 1001001 | 110111 |
Color Harmonies of #CF36E0
Complementary color
Monochromatic Colors of #CF36E0
Black with #CF36E0
Text Example
Text Example
White with #CF36E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36E0; }
p { color: rgb(207,54,224); }
H1.HeaderClassName
{
color: #CF36E0;
}
.AnyTagClassName
{
color: #CF36E0;
}
</style>
background-color css
<style>
a { background-color: #CF36E0; }
a { background-color: rgb(207,54,224); }
div.DivClassName
{
background-color: #CF36E0;
}
.BgClassName
{
background-color: #CF36E0;
}
</style>
border-color css
<style>
span { border-color: #CF36E0; }
span { border-color: rgb(207,54,224); }
td.TdClassName
{
border-color: #CF36E0;
}
.TagClassName
{
border-color: #CF36E0;
}
</style>