Shades of Medium Orchid #CF32EC
Tints of Medium Orchid #CF32EC
RGB
CMYK
RGB Variations
Color information
#CF32EC (or 0xCF32EC) is known color: Medium Orchid. HEX triplet: CF, 32 and EC. RGB value is (207,50,236). Sum of RGB (Red+Green+Blue) = 207+50+236=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF32EC is #30CD13. Grayscale: #757575. Windows color (decimal): -3198228 or 15479503. OLE color: 15479503.
HSL color Cylindrical-coordinate representation of color #CF32EC: hue angle of 290.65º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF32EC is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 50 | 236 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.07 |
| HSL | 290.65º | 0.83% | 0.56% | - |
| HSV(B) | 290.65º | 0.79% | 0.93% | - |
| XYZ | 42.01 | 21.6 | 81.31 | - |
| YUV | 118.15 | 194.51 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 236 | 0.12 | 0.79 | 0 | 0.07 | 290.65 | 0.83 | 0.56 |
| Hex | CF | 32 | EC | C | 4F | 0 | 7 | 123 | 53 | 38 |
| Octal | 317 | 62 | 354 | 14 | 117 | 0 | 7 | 443 | 123 | 70 |
| Binary | 11001111 | 110010 | 11101100 | 1100 | 1001111 | 0 | 111 | 100100011 | 1010011 | 111000 |
Color Harmonies of #CF32EC
Complementary color
Monochromatic Colors of #CF32EC
Black with #CF32EC
Text Example
Text Example
White with #CF32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32EC; }
p { color: rgb(207,50,236); }
H1.HeaderClassName
{
color: #CF32EC;
}
.AnyTagClassName
{
color: #CF32EC;
}
</style>
background-color css
<style>
a { background-color: #CF32EC; }
a { background-color: rgb(207,50,236); }
div.DivClassName
{
background-color: #CF32EC;
}
.BgClassName
{
background-color: #CF32EC;
}
</style>
border-color css
<style>
span { border-color: #CF32EC; }
span { border-color: rgb(207,50,236); }
td.TdClassName
{
border-color: #CF32EC;
}
.TagClassName
{
border-color: #CF32EC;
}
</style>