Shades of Medium Orchid #CF51E6
Tints of Medium Orchid #CF51E6
RGB
CMYK
RGB Variations
Color information
#CF51E6 (or 0xCF51E6) is known color: Medium Orchid. HEX triplet: CF, 51 and E6. RGB value is (207,81,230). Sum of RGB (Red+Green+Blue) = 207+81+230=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF51E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51E6 is #30AE19. Grayscale: #878787. Windows color (decimal): -3190298 or 15094223. OLE color: 15094223.
HSL color Cylindrical-coordinate representation of color #CF51E6: hue angle of 290.74º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF51E6 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 81 | 230 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.10 |
| HSL | 290.74º | 0.75% | 0.61% | - |
| HSV(B) | 290.74º | 0.65% | 0.9% | - |
| XYZ | 42.96 | 24.86 | 77.4 | - |
| YUV | 135.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 230 | 0.10 | 0.65 | 0 | 0.10 | 290.74 | 0.75 | 0.61 |
| Hex | CF | 51 | E6 | A | 41 | 0 | A | 123 | 4B | 3D |
| Octal | 317 | 121 | 346 | 12 | 101 | 0 | 12 | 443 | 113 | 75 |
| Binary | 11001111 | 1010001 | 11100110 | 1010 | 1000001 | 0 | 1010 | 100100011 | 1001011 | 111101 |
Color Harmonies of #CF51E6
Complementary color
Monochromatic Colors of #CF51E6
Black with #CF51E6
Text Example
Text Example
White with #CF51E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51E6; }
p { color: rgb(207,81,230); }
H1.HeaderClassName
{
color: #CF51E6;
}
.AnyTagClassName
{
color: #CF51E6;
}
</style>
background-color css
<style>
a { background-color: #CF51E6; }
a { background-color: rgb(207,81,230); }
div.DivClassName
{
background-color: #CF51E6;
}
.BgClassName
{
background-color: #CF51E6;
}
</style>
border-color css
<style>
span { border-color: #CF51E6; }
span { border-color: rgb(207,81,230); }
td.TdClassName
{
border-color: #CF51E6;
}
.TagClassName
{
border-color: #CF51E6;
}
</style>