Shades of Medium Orchid #CF58E4
Tints of Medium Orchid #CF58E4
RGB
CMYK
RGB Variations
Color information
#CF58E4 (or 0xCF58E4) is known color: Medium Orchid. HEX triplet: CF, 58 and E4. RGB value is (207,88,228). Sum of RGB (Red+Green+Blue) = 207+88+228=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF58E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58E4 is #30A71B. Grayscale: #8B8B8B. Windows color (decimal): -3188508 or 14964943. OLE color: 14964943.
HSL color Cylindrical-coordinate representation of color #CF58E4: hue angle of 291º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF58E4 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 88 | 228 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.11 |
| HSL | 291º | 0.72% | 0.62% | - |
| HSV(B) | 291º | 0.61% | 0.89% | - |
| XYZ | 43.23 | 25.85 | 76.11 | - |
| YUV | 139.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 228 | 0.09 | 0.61 | 0 | 0.11 | 291 | 0.72 | 0.62 |
| Hex | CF | 58 | E4 | 9 | 3D | 0 | B | 123 | 48 | 3E |
| Octal | 317 | 130 | 344 | 11 | 75 | 0 | 13 | 443 | 110 | 76 |
| Binary | 11001111 | 1011000 | 11100100 | 1001 | 111101 | 0 | 1011 | 100100011 | 1001000 | 111110 |
Color Harmonies of #CF58E4
Complementary color
Monochromatic Colors of #CF58E4
Black with #CF58E4
Text Example
Text Example
White with #CF58E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58E4; }
p { color: rgb(207,88,228); }
H1.HeaderClassName
{
color: #CF58E4;
}
.AnyTagClassName
{
color: #CF58E4;
}
</style>
background-color css
<style>
a { background-color: #CF58E4; }
a { background-color: rgb(207,88,228); }
div.DivClassName
{
background-color: #CF58E4;
}
.BgClassName
{
background-color: #CF58E4;
}
</style>
border-color css
<style>
span { border-color: #CF58E4; }
span { border-color: rgb(207,88,228); }
td.TdClassName
{
border-color: #CF58E4;
}
.TagClassName
{
border-color: #CF58E4;
}
</style>