Shades of Medium Orchid #CF4EED
Tints of Medium Orchid #CF4EED
RGB
CMYK
RGB Variations
Color information
#CF4EED (or 0xCF4EED) is known color: Medium Orchid. HEX triplet: CF, 4E and ED. RGB value is (207,78,237). Sum of RGB (Red+Green+Blue) = 207+78+237=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF4EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4EED is #30B112. Grayscale: #868686. Windows color (decimal): -3191059 or 15552207. OLE color: 15552207.
HSL color Cylindrical-coordinate representation of color #CF4EED: hue angle of 288.68º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4EED is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 78 | 237 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.07 |
| HSL | 288.68º | 0.82% | 0.62% | - |
| HSV(B) | 288.68º | 0.67% | 0.93% | - |
| XYZ | 43.74 | 24.83 | 82.61 | - |
| YUV | 134.7 | 185.74 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 237 | 0.13 | 0.67 | 0 | 0.07 | 288.68 | 0.82 | 0.62 |
| Hex | CF | 4E | ED | D | 43 | 0 | 7 | 121 | 52 | 3E |
| Octal | 317 | 116 | 355 | 15 | 103 | 0 | 7 | 441 | 122 | 76 |
| Binary | 11001111 | 1001110 | 11101101 | 1101 | 1000011 | 0 | 111 | 100100001 | 1010010 | 111110 |
Color Harmonies of #CF4EED
Complementary color
Monochromatic Colors of #CF4EED
Black with #CF4EED
Text Example
Text Example
White with #CF4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EED; }
p { color: rgb(207,78,237); }
H1.HeaderClassName
{
color: #CF4EED;
}
.AnyTagClassName
{
color: #CF4EED;
}
</style>
background-color css
<style>
a { background-color: #CF4EED; }
a { background-color: rgb(207,78,237); }
div.DivClassName
{
background-color: #CF4EED;
}
.BgClassName
{
background-color: #CF4EED;
}
</style>
border-color css
<style>
span { border-color: #CF4EED; }
span { border-color: rgb(207,78,237); }
td.TdClassName
{
border-color: #CF4EED;
}
.TagClassName
{
border-color: #CF4EED;
}
</style>