Shades of Medium Orchid #CF32E4
Tints of Medium Orchid #CF32E4
RGB
CMYK
RGB Variations
Color information
#CF32E4 (or 0xCF32E4) is known color: Medium Orchid. HEX triplet: CF, 32 and E4. RGB value is (207,50,228). Sum of RGB (Red+Green+Blue) = 207+50+228=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 50 (19.92% from 255 or 10.31% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF32E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32E4 is #30CD1B. Grayscale: #747474. Windows color (decimal): -3198236 or 14955215. OLE color: 14955215.
HSL color Cylindrical-coordinate representation of color #CF32E4: hue angle of 292.92º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF32E4 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 50 | 228 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.11 |
| HSL | 292.92º | 0.77% | 0.55% | - |
| HSV(B) | 292.92º | 0.78% | 0.89% | - |
| XYZ | 40.88 | 21.15 | 75.33 | - |
| YUV | 117.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 228 | 0.09 | 0.78 | 0 | 0.11 | 292.92 | 0.77 | 0.55 |
| Hex | CF | 32 | E4 | 9 | 4E | 0 | B | 125 | 4D | 37 |
| Octal | 317 | 62 | 344 | 11 | 116 | 0 | 13 | 445 | 115 | 67 |
| Binary | 11001111 | 110010 | 11100100 | 1001 | 1001110 | 0 | 1011 | 100100101 | 1001101 | 110111 |
Color Harmonies of #CF32E4
Complementary color
Monochromatic Colors of #CF32E4
Black with #CF32E4
Text Example
Text Example
White with #CF32E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF32E4; }
p { color: rgb(207,50,228); }
H1.HeaderClassName
{
color: #CF32E4;
}
.AnyTagClassName
{
color: #CF32E4;
}
</style>
background-color css
<style>
a { background-color: #CF32E4; }
a { background-color: rgb(207,50,228); }
div.DivClassName
{
background-color: #CF32E4;
}
.BgClassName
{
background-color: #CF32E4;
}
</style>
border-color css
<style>
span { border-color: #CF32E4; }
span { border-color: rgb(207,50,228); }
td.TdClassName
{
border-color: #CF32E4;
}
.TagClassName
{
border-color: #CF32E4;
}
</style>