Shades of Medium Orchid #CF41E9
Tints of Medium Orchid #CF41E9
RGB
CMYK
RGB Variations
Color information
#CF41E9 (or 0xCF41E9) is known color: Medium Orchid. HEX triplet: CF, 41 and E9. RGB value is (207,65,233). Sum of RGB (Red+Green+Blue) = 207+65+233=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF41E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF41E9 is #30BE16. Grayscale: #7E7E7E. Windows color (decimal): -3194391 or 15286735. OLE color: 15286735.
HSL color Cylindrical-coordinate representation of color #CF41E9: hue angle of 290.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF41E9 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 65 | 233 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.09 |
| HSL | 290.71º | 0.79% | 0.58% | - |
| HSV(B) | 290.71º | 0.72% | 0.91% | - |
| XYZ | 42.33 | 22.93 | 79.29 | - |
| YUV | 126.61 | 188.04 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 233 | 0.11 | 0.72 | 0 | 0.09 | 290.71 | 0.79 | 0.58 |
| Hex | CF | 41 | E9 | B | 48 | 0 | 9 | 123 | 4F | 3A |
| Octal | 317 | 101 | 351 | 13 | 110 | 0 | 11 | 443 | 117 | 72 |
| Binary | 11001111 | 1000001 | 11101001 | 1011 | 1001000 | 0 | 1001 | 100100011 | 1001111 | 111010 |
Color Harmonies of #CF41E9
Complementary color
Monochromatic Colors of #CF41E9
Black with #CF41E9
Text Example
Text Example
White with #CF41E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41E9; }
p { color: rgb(207,65,233); }
H1.HeaderClassName
{
color: #CF41E9;
}
.AnyTagClassName
{
color: #CF41E9;
}
</style>
background-color css
<style>
a { background-color: #CF41E9; }
a { background-color: rgb(207,65,233); }
div.DivClassName
{
background-color: #CF41E9;
}
.BgClassName
{
background-color: #CF41E9;
}
</style>
border-color css
<style>
span { border-color: #CF41E9; }
span { border-color: rgb(207,65,233); }
td.TdClassName
{
border-color: #CF41E9;
}
.TagClassName
{
border-color: #CF41E9;
}
</style>