Shades of Medium Orchid #CF4FE9
Tints of Medium Orchid #CF4FE9
RGB
CMYK
RGB Variations
Color information
#CF4FE9 (or 0xCF4FE9) is known color: Medium Orchid. HEX triplet: CF, 4F and E9. RGB value is (207,79,233). Sum of RGB (Red+Green+Blue) = 207+79+233=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF4FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FE9 is #30B016. Grayscale: #868686. Windows color (decimal): -3190807 or 15290319. OLE color: 15290319.
HSL color Cylindrical-coordinate representation of color #CF4FE9: hue angle of 289.87º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4FE9 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 79 | 233 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.09 |
| HSL | 289.87º | 0.78% | 0.61% | - |
| HSV(B) | 289.87º | 0.66% | 0.91% | - |
| XYZ | 43.24 | 24.74 | 79.59 | - |
| YUV | 134.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 233 | 0.11 | 0.66 | 0 | 0.09 | 289.87 | 0.78 | 0.61 |
| Hex | CF | 4F | E9 | B | 42 | 0 | 9 | 122 | 4E | 3D |
| Octal | 317 | 117 | 351 | 13 | 102 | 0 | 11 | 442 | 116 | 75 |
| Binary | 11001111 | 1001111 | 11101001 | 1011 | 1000010 | 0 | 1001 | 100100010 | 1001110 | 111101 |
Color Harmonies of #CF4FE9
Complementary color
Monochromatic Colors of #CF4FE9
Black with #CF4FE9
Text Example
Text Example
White with #CF4FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FE9; }
p { color: rgb(207,79,233); }
H1.HeaderClassName
{
color: #CF4FE9;
}
.AnyTagClassName
{
color: #CF4FE9;
}
</style>
background-color css
<style>
a { background-color: #CF4FE9; }
a { background-color: rgb(207,79,233); }
div.DivClassName
{
background-color: #CF4FE9;
}
.BgClassName
{
background-color: #CF4FE9;
}
</style>
border-color css
<style>
span { border-color: #CF4FE9; }
span { border-color: rgb(207,79,233); }
td.TdClassName
{
border-color: #CF4FE9;
}
.TagClassName
{
border-color: #CF4FE9;
}
</style>