Shades of Medium Orchid #CF46EA
Tints of Medium Orchid #CF46EA
RGB
CMYK
RGB Variations
Color information
#CF46EA (or 0xCF46EA) is known color: Medium Orchid. HEX triplet: CF, 46 and EA. RGB value is (207,70,234). Sum of RGB (Red+Green+Blue) = 207+70+234=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF46EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF46EA is #30B915. Grayscale: #818181. Windows color (decimal): -3193110 or 15353551. OLE color: 15353551.
HSL color Cylindrical-coordinate representation of color #CF46EA: hue angle of 290.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF46EA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 70 | 234 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.08 |
| HSL | 290.12º | 0.8% | 0.6% | - |
| HSV(B) | 290.12º | 0.7% | 0.92% | - |
| XYZ | 42.77 | 23.59 | 80.14 | - |
| YUV | 129.66 | 186.89 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 234 | 0.12 | 0.70 | 0 | 0.08 | 290.12 | 0.8 | 0.6 |
| Hex | CF | 46 | EA | C | 46 | 0 | 8 | 122 | 50 | 3C |
| Octal | 317 | 106 | 352 | 14 | 106 | 0 | 10 | 442 | 120 | 74 |
| Binary | 11001111 | 1000110 | 11101010 | 1100 | 1000110 | 0 | 1000 | 100100010 | 1010000 | 111100 |
Color Harmonies of #CF46EA
Complementary color
Monochromatic Colors of #CF46EA
Black with #CF46EA
Text Example
Text Example
White with #CF46EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46EA; }
p { color: rgb(207,70,234); }
H1.HeaderClassName
{
color: #CF46EA;
}
.AnyTagClassName
{
color: #CF46EA;
}
</style>
background-color css
<style>
a { background-color: #CF46EA; }
a { background-color: rgb(207,70,234); }
div.DivClassName
{
background-color: #CF46EA;
}
.BgClassName
{
background-color: #CF46EA;
}
</style>
border-color css
<style>
span { border-color: #CF46EA; }
span { border-color: rgb(207,70,234); }
td.TdClassName
{
border-color: #CF46EA;
}
.TagClassName
{
border-color: #CF46EA;
}
</style>