Shades of Medium Orchid #CF61E9
Tints of Medium Orchid #CF61E9
RGB
CMYK
RGB Variations
Color information
#CF61E9 (or 0xCF61E9) is known color: Medium Orchid. HEX triplet: CF, 61 and E9. RGB value is (207,97,233). Sum of RGB (Red+Green+Blue) = 207+97+233=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF61E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF61E9 is #309E16. Grayscale: #909090. Windows color (decimal): -3186199 or 15294927. OLE color: 15294927.
HSL color Cylindrical-coordinate representation of color #CF61E9: hue angle of 288.53º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF61E9 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 97 | 233 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.09 |
| HSL | 288.53º | 0.76% | 0.65% | - |
| HSV(B) | 288.53º | 0.58% | 0.91% | - |
| XYZ | 44.71 | 27.7 | 80.08 | - |
| YUV | 145.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 233 | 0.11 | 0.58 | 0 | 0.09 | 288.53 | 0.76 | 0.65 |
| Hex | CF | 61 | E9 | B | 3A | 0 | 9 | 121 | 4C | 41 |
| Octal | 317 | 141 | 351 | 13 | 72 | 0 | 11 | 441 | 114 | 101 |
| Binary | 11001111 | 1100001 | 11101001 | 1011 | 111010 | 0 | 1001 | 100100001 | 1001100 | 1000001 |
Color Harmonies of #CF61E9
Complementary color
Monochromatic Colors of #CF61E9
Black with #CF61E9
Text Example
Text Example
White with #CF61E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF61E9; }
p { color: rgb(207,97,233); }
H1.HeaderClassName
{
color: #CF61E9;
}
.AnyTagClassName
{
color: #CF61E9;
}
</style>
background-color css
<style>
a { background-color: #CF61E9; }
a { background-color: rgb(207,97,233); }
div.DivClassName
{
background-color: #CF61E9;
}
.BgClassName
{
background-color: #CF61E9;
}
</style>
border-color css
<style>
span { border-color: #CF61E9; }
span { border-color: rgb(207,97,233); }
td.TdClassName
{
border-color: #CF61E9;
}
.TagClassName
{
border-color: #CF61E9;
}
</style>