Shades of Medium Orchid #CF51EA
Tints of Medium Orchid #CF51EA
RGB
CMYK
RGB Variations
Color information
#CF51EA (or 0xCF51EA) is known color: Medium Orchid. HEX triplet: CF, 51 and EA. RGB value is (207,81,234). Sum of RGB (Red+Green+Blue) = 207+81+234=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF51EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51EA is #30AE15. Grayscale: #878787. Windows color (decimal): -3190294 or 15356367. OLE color: 15356367.
HSL color Cylindrical-coordinate representation of color #CF51EA: hue angle of 289.41º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF51EA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 81 | 234 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.08 |
| HSL | 289.41º | 0.78% | 0.62% | - |
| HSV(B) | 289.41º | 0.65% | 0.92% | - |
| XYZ | 43.53 | 25.09 | 80.39 | - |
| YUV | 136.12 | 183.24 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 234 | 0.12 | 0.65 | 0 | 0.08 | 289.41 | 0.78 | 0.62 |
| Hex | CF | 51 | EA | C | 41 | 0 | 8 | 121 | 4E | 3E |
| Octal | 317 | 121 | 352 | 14 | 101 | 0 | 10 | 441 | 116 | 76 |
| Binary | 11001111 | 1010001 | 11101010 | 1100 | 1000001 | 0 | 1000 | 100100001 | 1001110 | 111110 |
Color Harmonies of #CF51EA
Complementary color
Monochromatic Colors of #CF51EA
Black with #CF51EA
Text Example
Text Example
White with #CF51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51EA; }
p { color: rgb(207,81,234); }
H1.HeaderClassName
{
color: #CF51EA;
}
.AnyTagClassName
{
color: #CF51EA;
}
</style>
background-color css
<style>
a { background-color: #CF51EA; }
a { background-color: rgb(207,81,234); }
div.DivClassName
{
background-color: #CF51EA;
}
.BgClassName
{
background-color: #CF51EA;
}
</style>
border-color css
<style>
span { border-color: #CF51EA; }
span { border-color: rgb(207,81,234); }
td.TdClassName
{
border-color: #CF51EA;
}
.TagClassName
{
border-color: #CF51EA;
}
</style>