Shades of Medium Orchid #CF4EDB
Tints of Medium Orchid #CF4EDB
RGB
CMYK
RGB Variations
Color information
#CF4EDB (or 0xCF4EDB) is known color: Medium Orchid. HEX triplet: CF, 4E and DB. RGB value is (207,78,219). Sum of RGB (Red+Green+Blue) = 207+78+219=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EDB is #30B124. Grayscale: #848484. Windows color (decimal): -3191077 or 14372559. OLE color: 14372559.
HSL color Cylindrical-coordinate representation of color #CF4EDB: hue angle of 294.89º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4EDB is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 78 | 219 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.14 |
| HSL | 294.89º | 0.66% | 0.58% | - |
| HSV(B) | 294.89º | 0.64% | 0.86% | - |
| XYZ | 41.24 | 23.83 | 69.44 | - |
| YUV | 132.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 219 | 0.05 | 0.64 | 0 | 0.14 | 294.89 | 0.66 | 0.58 |
| Hex | CF | 4E | DB | 5 | 40 | 0 | E | 127 | 42 | 3A |
| Octal | 317 | 116 | 333 | 5 | 100 | 0 | 16 | 447 | 102 | 72 |
| Binary | 11001111 | 1001110 | 11011011 | 101 | 1000000 | 0 | 1110 | 100100111 | 1000010 | 111010 |
Color Harmonies of #CF4EDB
Complementary color
Monochromatic Colors of #CF4EDB
Black with #CF4EDB
Text Example
Text Example
White with #CF4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EDB; }
p { color: rgb(207,78,219); }
H1.HeaderClassName
{
color: #CF4EDB;
}
.AnyTagClassName
{
color: #CF4EDB;
}
</style>
background-color css
<style>
a { background-color: #CF4EDB; }
a { background-color: rgb(207,78,219); }
div.DivClassName
{
background-color: #CF4EDB;
}
.BgClassName
{
background-color: #CF4EDB;
}
</style>
border-color css
<style>
span { border-color: #CF4EDB; }
span { border-color: rgb(207,78,219); }
td.TdClassName
{
border-color: #CF4EDB;
}
.TagClassName
{
border-color: #CF4EDB;
}
</style>