Shades of Medium Orchid #CF46EB
Tints of Medium Orchid #CF46EB
RGB
CMYK
RGB Variations
Color information
#CF46EB (or 0xCF46EB) is known color: Medium Orchid. HEX triplet: CF, 46 and EB. RGB value is (207,70,235). Sum of RGB (Red+Green+Blue) = 207+70+235=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF46EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF46EB is #30B914. Grayscale: #818181. Windows color (decimal): -3193109 or 15419087. OLE color: 15419087.
HSL color Cylindrical-coordinate representation of color #CF46EB: hue angle of 289.82º 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 #CF46EB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 70 | 235 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.08 |
| HSL | 289.82º | 0.8% | 0.6% | - |
| HSV(B) | 289.82º | 0.7% | 0.92% | - |
| XYZ | 42.92 | 23.64 | 80.9 | - |
| YUV | 129.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 235 | 0.12 | 0.70 | 0 | 0.08 | 289.82 | 0.8 | 0.6 |
| Hex | CF | 46 | EB | C | 46 | 0 | 8 | 122 | 50 | 3C |
| Octal | 317 | 106 | 353 | 14 | 106 | 0 | 10 | 442 | 120 | 74 |
| Binary | 11001111 | 1000110 | 11101011 | 1100 | 1000110 | 0 | 1000 | 100100010 | 1010000 | 111100 |
Color Harmonies of #CF46EB
Complementary color
Monochromatic Colors of #CF46EB
Black with #CF46EB
Text Example
Text Example
White with #CF46EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46EB; }
p { color: rgb(207,70,235); }
H1.HeaderClassName
{
color: #CF46EB;
}
.AnyTagClassName
{
color: #CF46EB;
}
</style>
background-color css
<style>
a { background-color: #CF46EB; }
a { background-color: rgb(207,70,235); }
div.DivClassName
{
background-color: #CF46EB;
}
.BgClassName
{
background-color: #CF46EB;
}
</style>
border-color css
<style>
span { border-color: #CF46EB; }
span { border-color: rgb(207,70,235); }
td.TdClassName
{
border-color: #CF46EB;
}
.TagClassName
{
border-color: #CF46EB;
}
</style>