Shades of Medium Orchid #CF51F1
Tints of Medium Orchid #CF51F1
RGB
CMYK
RGB Variations
Color information
#CF51F1 (or 0xCF51F1) is known color: Medium Orchid. HEX triplet: CF, 51 and F1. RGB value is (207,81,241). Sum of RGB (Red+Green+Blue) = 207+81+241=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF51F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51F1 is #30AE0E. Grayscale: #888888. Windows color (decimal): -3190287 or 15815119. OLE color: 15815119.
HSL color Cylindrical-coordinate representation of color #CF51F1: hue angle of 287.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF51F1 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 81 | 241 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.05 |
| HSL | 287.25º | 0.85% | 0.63% | - |
| HSV(B) | 287.25º | 0.66% | 0.95% | - |
| XYZ | 44.55 | 25.5 | 85.79 | - |
| YUV | 136.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 241 | 0.14 | 0.66 | 0 | 0.05 | 287.25 | 0.85 | 0.63 |
| Hex | CF | 51 | F1 | E | 42 | 0 | 5 | 11F | 55 | 3F |
| Octal | 317 | 121 | 361 | 16 | 102 | 0 | 5 | 437 | 125 | 77 |
| Binary | 11001111 | 1010001 | 11110001 | 1110 | 1000010 | 0 | 101 | 100011111 | 1010101 | 111111 |
Color Harmonies of #CF51F1
Complementary color
Monochromatic Colors of #CF51F1
Black with #CF51F1
Text Example
Text Example
White with #CF51F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51F1; }
p { color: rgb(207,81,241); }
H1.HeaderClassName
{
color: #CF51F1;
}
.AnyTagClassName
{
color: #CF51F1;
}
</style>
background-color css
<style>
a { background-color: #CF51F1; }
a { background-color: rgb(207,81,241); }
div.DivClassName
{
background-color: #CF51F1;
}
.BgClassName
{
background-color: #CF51F1;
}
</style>
border-color css
<style>
span { border-color: #CF51F1; }
span { border-color: rgb(207,81,241); }
td.TdClassName
{
border-color: #CF51F1;
}
.TagClassName
{
border-color: #CF51F1;
}
</style>