Shades of Medium Orchid #CF51ED
Tints of Medium Orchid #CF51ED
RGB
CMYK
RGB Variations
Color information
#CF51ED (or 0xCF51ED) is known color: Medium Orchid. HEX triplet: CF, 51 and ED. RGB value is (207,81,237). Sum of RGB (Red+Green+Blue) = 207+81+237=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51ED is #30AE12. Grayscale: #878787. Windows color (decimal): -3190291 or 15552975. OLE color: 15552975.
HSL color Cylindrical-coordinate representation of color #CF51ED: hue angle of 288.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF51ED is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 81 | 237 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.07 |
| HSL | 288.46º | 0.81% | 0.62% | - |
| HSV(B) | 288.46º | 0.66% | 0.93% | - |
| XYZ | 43.96 | 25.26 | 82.68 | - |
| YUV | 136.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 237 | 0.13 | 0.66 | 0 | 0.07 | 288.46 | 0.81 | 0.62 |
| Hex | CF | 51 | ED | D | 42 | 0 | 7 | 120 | 51 | 3E |
| Octal | 317 | 121 | 355 | 15 | 102 | 0 | 7 | 440 | 121 | 76 |
| Binary | 11001111 | 1010001 | 11101101 | 1101 | 1000010 | 0 | 111 | 100100000 | 1010001 | 111110 |
Color Harmonies of #CF51ED
Complementary color
Monochromatic Colors of #CF51ED
Black with #CF51ED
Text Example
Text Example
White with #CF51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51ED; }
p { color: rgb(207,81,237); }
H1.HeaderClassName
{
color: #CF51ED;
}
.AnyTagClassName
{
color: #CF51ED;
}
</style>
background-color css
<style>
a { background-color: #CF51ED; }
a { background-color: rgb(207,81,237); }
div.DivClassName
{
background-color: #CF51ED;
}
.BgClassName
{
background-color: #CF51ED;
}
</style>
border-color css
<style>
span { border-color: #CF51ED; }
span { border-color: rgb(207,81,237); }
td.TdClassName
{
border-color: #CF51ED;
}
.TagClassName
{
border-color: #CF51ED;
}
</style>