Shades of Medium Orchid #CF46E6
Tints of Medium Orchid #CF46E6
RGB
CMYK
RGB Variations
Color information
#CF46E6 (or 0xCF46E6) is known color: Medium Orchid. HEX triplet: CF, 46 and E6. RGB value is (207,70,230). Sum of RGB (Red+Green+Blue) = 207+70+230=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF46E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF46E6 is #30B919. Grayscale: #808080. Windows color (decimal): -3193114 or 15091407. OLE color: 15091407.
HSL color Cylindrical-coordinate representation of color #CF46E6: hue angle of 291.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF46E6 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 70 | 230 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.10 |
| HSL | 291.38º | 0.76% | 0.59% | - |
| HSV(B) | 291.38º | 0.7% | 0.9% | - |
| XYZ | 42.21 | 23.36 | 77.15 | - |
| YUV | 129.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 230 | 0.10 | 0.70 | 0 | 0.10 | 291.38 | 0.76 | 0.59 |
| Hex | CF | 46 | E6 | A | 46 | 0 | A | 123 | 4C | 3B |
| Octal | 317 | 106 | 346 | 12 | 106 | 0 | 12 | 443 | 114 | 73 |
| Binary | 11001111 | 1000110 | 11100110 | 1010 | 1000110 | 0 | 1010 | 100100011 | 1001100 | 111011 |
Color Harmonies of #CF46E6
Complementary color
Monochromatic Colors of #CF46E6
Black with #CF46E6
Text Example
Text Example
White with #CF46E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46E6; }
p { color: rgb(207,70,230); }
H1.HeaderClassName
{
color: #CF46E6;
}
.AnyTagClassName
{
color: #CF46E6;
}
</style>
background-color css
<style>
a { background-color: #CF46E6; }
a { background-color: rgb(207,70,230); }
div.DivClassName
{
background-color: #CF46E6;
}
.BgClassName
{
background-color: #CF46E6;
}
</style>
border-color css
<style>
span { border-color: #CF46E6; }
span { border-color: rgb(207,70,230); }
td.TdClassName
{
border-color: #CF46E6;
}
.TagClassName
{
border-color: #CF46E6;
}
</style>