Shades of Medium Orchid #CF4EDD
Tints of Medium Orchid #CF4EDD
RGB
CMYK
RGB Variations
Color information
#CF4EDD (or 0xCF4EDD) is known color: Medium Orchid. HEX triplet: CF, 4E and DD. RGB value is (207,78,221). Sum of RGB (Red+Green+Blue) = 207+78+221=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EDD is #30B122. Grayscale: #848484. Windows color (decimal): -3191075 or 14503631. OLE color: 14503631.
HSL color Cylindrical-coordinate representation of color #CF4EDD: hue angle of 294.13º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4EDD is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 78 | 221 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.13 |
| HSL | 294.13º | 0.68% | 0.59% | - |
| HSV(B) | 294.13º | 0.65% | 0.87% | - |
| XYZ | 41.51 | 23.93 | 70.84 | - |
| YUV | 132.87 | 177.74 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 221 | 0.06 | 0.65 | 0 | 0.13 | 294.13 | 0.68 | 0.59 |
| Hex | CF | 4E | DD | 6 | 41 | 0 | D | 126 | 44 | 3B |
| Octal | 317 | 116 | 335 | 6 | 101 | 0 | 15 | 446 | 104 | 73 |
| Binary | 11001111 | 1001110 | 11011101 | 110 | 1000001 | 0 | 1101 | 100100110 | 1000100 | 111011 |
Color Harmonies of #CF4EDD
Complementary color
Monochromatic Colors of #CF4EDD
Black with #CF4EDD
Text Example
Text Example
White with #CF4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EDD; }
p { color: rgb(207,78,221); }
H1.HeaderClassName
{
color: #CF4EDD;
}
.AnyTagClassName
{
color: #CF4EDD;
}
</style>
background-color css
<style>
a { background-color: #CF4EDD; }
a { background-color: rgb(207,78,221); }
div.DivClassName
{
background-color: #CF4EDD;
}
.BgClassName
{
background-color: #CF4EDD;
}
</style>
border-color css
<style>
span { border-color: #CF4EDD; }
span { border-color: rgb(207,78,221); }
td.TdClassName
{
border-color: #CF4EDD;
}
.TagClassName
{
border-color: #CF4EDD;
}
</style>