Shades of Medium Orchid #CF46E4
Tints of Medium Orchid #CF46E4
RGB
CMYK
RGB Variations
Color information
#CF46E4 (or 0xCF46E4) is known color: Medium Orchid. HEX triplet: CF, 46 and E4. RGB value is (207,70,228). Sum of RGB (Red+Green+Blue) = 207+70+228=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 228 (89.45% from 255 or 45.15% from 505); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF46E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46E4 is #30B91B. Grayscale: #808080. Windows color (decimal): -3193116 or 14960335. OLE color: 14960335.
HSL color Cylindrical-coordinate representation of color #CF46E4: hue angle of 292.03º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF46E4 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 70 | 228 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.11 |
| HSL | 292.03º | 0.75% | 0.58% | - |
| HSV(B) | 292.03º | 0.69% | 0.89% | - |
| XYZ | 41.93 | 23.25 | 75.68 | - |
| YUV | 128.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 228 | 0.09 | 0.69 | 0 | 0.11 | 292.03 | 0.75 | 0.58 |
| Hex | CF | 46 | E4 | 9 | 45 | 0 | B | 124 | 4B | 3A |
| Octal | 317 | 106 | 344 | 11 | 105 | 0 | 13 | 444 | 113 | 72 |
| Binary | 11001111 | 1000110 | 11100100 | 1001 | 1000101 | 0 | 1011 | 100100100 | 1001011 | 111010 |
Color Harmonies of #CF46E4
Complementary color
Monochromatic Colors of #CF46E4
Black with #CF46E4
Text Example
Text Example
White with #CF46E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46E4; }
p { color: rgb(207,70,228); }
H1.HeaderClassName
{
color: #CF46E4;
}
.AnyTagClassName
{
color: #CF46E4;
}
</style>
background-color css
<style>
a { background-color: #CF46E4; }
a { background-color: rgb(207,70,228); }
div.DivClassName
{
background-color: #CF46E4;
}
.BgClassName
{
background-color: #CF46E4;
}
</style>
border-color css
<style>
span { border-color: #CF46E4; }
span { border-color: rgb(207,70,228); }
td.TdClassName
{
border-color: #CF46E4;
}
.TagClassName
{
border-color: #CF46E4;
}
</style>