Shades of Medium Orchid #CF58EF
Tints of Medium Orchid #CF58EF
RGB
CMYK
RGB Variations
Color information
#CF58EF (or 0xCF58EF) is known color: Medium Orchid. HEX triplet: CF, 58 and EF. RGB value is (207,88,239). Sum of RGB (Red+Green+Blue) = 207+88+239=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF58EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF58EF is #30A710. Grayscale: #8C8C8C. Windows color (decimal): -3188497 or 15685839. OLE color: 15685839.
HSL color Cylindrical-coordinate representation of color #CF58EF: hue angle of 287.28º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF58EF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 88 | 239 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.06 |
| HSL | 287.28º | 0.83% | 0.64% | - |
| HSV(B) | 287.28º | 0.63% | 0.94% | - |
| XYZ | 44.8 | 26.48 | 84.41 | - |
| YUV | 140.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 239 | 0.13 | 0.63 | 0 | 0.06 | 287.28 | 0.83 | 0.64 |
| Hex | CF | 58 | EF | D | 3F | 0 | 6 | 11F | 53 | 40 |
| Octal | 317 | 130 | 357 | 15 | 77 | 0 | 6 | 437 | 123 | 100 |
| Binary | 11001111 | 1011000 | 11101111 | 1101 | 111111 | 0 | 110 | 100011111 | 1010011 | 1000000 |
Color Harmonies of #CF58EF
Complementary color
Monochromatic Colors of #CF58EF
Black with #CF58EF
Text Example
Text Example
White with #CF58EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58EF; }
p { color: rgb(207,88,239); }
H1.HeaderClassName
{
color: #CF58EF;
}
.AnyTagClassName
{
color: #CF58EF;
}
</style>
background-color css
<style>
a { background-color: #CF58EF; }
a { background-color: rgb(207,88,239); }
div.DivClassName
{
background-color: #CF58EF;
}
.BgClassName
{
background-color: #CF58EF;
}
</style>
border-color css
<style>
span { border-color: #CF58EF; }
span { border-color: rgb(207,88,239); }
td.TdClassName
{
border-color: #CF58EF;
}
.TagClassName
{
border-color: #CF58EF;
}
</style>