Shades of Medium Orchid #CF5FE4
Tints of Medium Orchid #CF5FE4
RGB
CMYK
RGB Variations
Color information
#CF5FE4 (or 0xCF5FE4) is known color: Medium Orchid. HEX triplet: CF, 5F and E4. RGB value is (207,95,228). Sum of RGB (Red+Green+Blue) = 207+95+228=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF5FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FE4 is #30A01B. Grayscale: #8F8F8F. Windows color (decimal): -3186716 or 14966735. OLE color: 14966735.
HSL color Cylindrical-coordinate representation of color #CF5FE4: hue angle of 290.53º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5FE4 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 95 | 228 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.11 |
| HSL | 290.53º | 0.71% | 0.63% | - |
| HSV(B) | 290.53º | 0.58% | 0.89% | - |
| XYZ | 43.83 | 27.05 | 76.31 | - |
| YUV | 143.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 228 | 0.09 | 0.58 | 0 | 0.11 | 290.53 | 0.71 | 0.63 |
| Hex | CF | 5F | E4 | 9 | 3A | 0 | B | 123 | 47 | 3F |
| Octal | 317 | 137 | 344 | 11 | 72 | 0 | 13 | 443 | 107 | 77 |
| Binary | 11001111 | 1011111 | 11100100 | 1001 | 111010 | 0 | 1011 | 100100011 | 1000111 | 111111 |
Color Harmonies of #CF5FE4
Complementary color
Monochromatic Colors of #CF5FE4
Black with #CF5FE4
Text Example
Text Example
White with #CF5FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FE4; }
p { color: rgb(207,95,228); }
H1.HeaderClassName
{
color: #CF5FE4;
}
.AnyTagClassName
{
color: #CF5FE4;
}
</style>
background-color css
<style>
a { background-color: #CF5FE4; }
a { background-color: rgb(207,95,228); }
div.DivClassName
{
background-color: #CF5FE4;
}
.BgClassName
{
background-color: #CF5FE4;
}
</style>
border-color css
<style>
span { border-color: #CF5FE4; }
span { border-color: rgb(207,95,228); }
td.TdClassName
{
border-color: #CF5FE4;
}
.TagClassName
{
border-color: #CF5FE4;
}
</style>