Shades of Medium Orchid #CF4FED
Tints of Medium Orchid #CF4FED
RGB
CMYK
RGB Variations
Color information
#CF4FED (or 0xCF4FED) is known color: Medium Orchid. HEX triplet: CF, 4F and ED. RGB value is (207,79,237). Sum of RGB (Red+Green+Blue) = 207+79+237=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF4FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FED is #30B012. Grayscale: #868686. Windows color (decimal): -3190803 or 15552463. OLE color: 15552463.
HSL color Cylindrical-coordinate representation of color #CF4FED: hue angle of 288.61º degrees, saturation: 0.81, 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 #CF4FED is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 79 | 237 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.07 |
| HSL | 288.61º | 0.81% | 0.62% | - |
| HSV(B) | 288.61º | 0.67% | 0.93% | - |
| XYZ | 43.81 | 24.97 | 82.63 | - |
| YUV | 135.28 | 185.41 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 237 | 0.13 | 0.67 | 0 | 0.07 | 288.61 | 0.81 | 0.62 |
| Hex | CF | 4F | ED | D | 43 | 0 | 7 | 121 | 51 | 3E |
| Octal | 317 | 117 | 355 | 15 | 103 | 0 | 7 | 441 | 121 | 76 |
| Binary | 11001111 | 1001111 | 11101101 | 1101 | 1000011 | 0 | 111 | 100100001 | 1010001 | 111110 |
Color Harmonies of #CF4FED
Complementary color
Monochromatic Colors of #CF4FED
Black with #CF4FED
Text Example
Text Example
White with #CF4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FED; }
p { color: rgb(207,79,237); }
H1.HeaderClassName
{
color: #CF4FED;
}
.AnyTagClassName
{
color: #CF4FED;
}
</style>
background-color css
<style>
a { background-color: #CF4FED; }
a { background-color: rgb(207,79,237); }
div.DivClassName
{
background-color: #CF4FED;
}
.BgClassName
{
background-color: #CF4FED;
}
</style>
border-color css
<style>
span { border-color: #CF4FED; }
span { border-color: rgb(207,79,237); }
td.TdClassName
{
border-color: #CF4FED;
}
.TagClassName
{
border-color: #CF4FED;
}
</style>