Shades of Medium Orchid #CF4ED9
Tints of Medium Orchid #CF4ED9
RGB
CMYK
RGB Variations
Color information
#CF4ED9 (or 0xCF4ED9) is known color: Medium Orchid. HEX triplet: CF, 4E and D9. RGB value is (207,78,217). Sum of RGB (Red+Green+Blue) = 207+78+217=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 78 (30.86% from 255 or 15.54% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF4ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4ED9 is #30B126. Grayscale: #838383. Windows color (decimal): -3191079 or 14241487. OLE color: 14241487.
HSL color Cylindrical-coordinate representation of color #CF4ED9: hue angle of 295.68º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4ED9 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 78 | 217 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.15 |
| HSL | 295.68º | 0.65% | 0.58% | - |
| HSV(B) | 295.68º | 0.64% | 0.85% | - |
| XYZ | 40.98 | 23.72 | 68.06 | - |
| YUV | 132.42 | 175.74 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 217 | 0.05 | 0.64 | 0 | 0.15 | 295.68 | 0.65 | 0.58 |
| Hex | CF | 4E | D9 | 5 | 40 | 0 | F | 128 | 41 | 3A |
| Octal | 317 | 116 | 331 | 5 | 100 | 0 | 17 | 450 | 101 | 72 |
| Binary | 11001111 | 1001110 | 11011001 | 101 | 1000000 | 0 | 1111 | 100101000 | 1000001 | 111010 |
Color Harmonies of #CF4ED9
Complementary color
Monochromatic Colors of #CF4ED9
Black with #CF4ED9
Text Example
Text Example
White with #CF4ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4ED9; }
p { color: rgb(207,78,217); }
H1.HeaderClassName
{
color: #CF4ED9;
}
.AnyTagClassName
{
color: #CF4ED9;
}
</style>
background-color css
<style>
a { background-color: #CF4ED9; }
a { background-color: rgb(207,78,217); }
div.DivClassName
{
background-color: #CF4ED9;
}
.BgClassName
{
background-color: #CF4ED9;
}
</style>
border-color css
<style>
span { border-color: #CF4ED9; }
span { border-color: rgb(207,78,217); }
td.TdClassName
{
border-color: #CF4ED9;
}
.TagClassName
{
border-color: #CF4ED9;
}
</style>