Shades of Medium Orchid #CF2FE4
Tints of Medium Orchid #CF2FE4
RGB
CMYK
RGB Variations
Color information
#CF2FE4 (or 0xCF2FE4) is known color: Medium Orchid. HEX triplet: CF, 2F and E4. RGB value is (207,47,228). Sum of RGB (Red+Green+Blue) = 207+47+228=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF2FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2FE4 is #30D01B. Grayscale: #727272. Windows color (decimal): -3199004 or 14954447. OLE color: 14954447.
HSL color Cylindrical-coordinate representation of color #CF2FE4: hue angle of 293.04º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2FE4 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 47 | 228 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.11 |
| HSL | 293.04º | 0.77% | 0.54% | - |
| HSV(B) | 293.04º | 0.79% | 0.89% | - |
| XYZ | 40.75 | 20.9 | 75.28 | - |
| YUV | 115.47 | 191.51 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 228 | 0.09 | 0.79 | 0 | 0.11 | 293.04 | 0.77 | 0.54 |
| Hex | CF | 2F | E4 | 9 | 4F | 0 | B | 125 | 4D | 36 |
| Octal | 317 | 57 | 344 | 11 | 117 | 0 | 13 | 445 | 115 | 66 |
| Binary | 11001111 | 101111 | 11100100 | 1001 | 1001111 | 0 | 1011 | 100100101 | 1001101 | 110110 |
Color Harmonies of #CF2FE4
Complementary color
Monochromatic Colors of #CF2FE4
Black with #CF2FE4
Text Example
Text Example
White with #CF2FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FE4; }
p { color: rgb(207,47,228); }
H1.HeaderClassName
{
color: #CF2FE4;
}
.AnyTagClassName
{
color: #CF2FE4;
}
</style>
background-color css
<style>
a { background-color: #CF2FE4; }
a { background-color: rgb(207,47,228); }
div.DivClassName
{
background-color: #CF2FE4;
}
.BgClassName
{
background-color: #CF2FE4;
}
</style>
border-color css
<style>
span { border-color: #CF2FE4; }
span { border-color: rgb(207,47,228); }
td.TdClassName
{
border-color: #CF2FE4;
}
.TagClassName
{
border-color: #CF2FE4;
}
</style>