Shades of Medium Orchid #CF58DC
Tints of Medium Orchid #CF58DC
RGB
CMYK
RGB Variations
Color information
#CF58DC (or 0xCF58DC) is known color: Medium Orchid. HEX triplet: CF, 58 and DC. RGB value is (207,88,220). Sum of RGB (Red+Green+Blue) = 207+88+220=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58DC is #30A723. Grayscale: #8A8A8A. Windows color (decimal): -3188516 or 14440655. OLE color: 14440655.
HSL color Cylindrical-coordinate representation of color #CF58DC: hue angle of 294.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF58DC is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 88 | 220 | - |
| CMYK | 0.06 | 0.6 | 0 | 0.14 |
| HSL | 294.09º | 0.65% | 0.6% | - |
| HSV(B) | 294.09º | 0.6% | 0.86% | - |
| XYZ | 42.14 | 25.41 | 70.39 | - |
| YUV | 138.63 | 173.92 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 220 | 0.06 | 0.6 | 0 | 0.14 | 294.09 | 0.65 | 0.6 |
| Hex | CF | 58 | DC | 6 | 3C | 0 | E | 126 | 41 | 3C |
| Octal | 317 | 130 | 334 | 6 | 74 | 0 | 16 | 446 | 101 | 74 |
| Binary | 11001111 | 1011000 | 11011100 | 110 | 111100 | 0 | 1110 | 100100110 | 1000001 | 111100 |
Color Harmonies of #CF58DC
Complementary color
Monochromatic Colors of #CF58DC
Black with #CF58DC
Text Example
Text Example
White with #CF58DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58DC; }
p { color: rgb(207,88,220); }
H1.HeaderClassName
{
color: #CF58DC;
}
.AnyTagClassName
{
color: #CF58DC;
}
</style>
background-color css
<style>
a { background-color: #CF58DC; }
a { background-color: rgb(207,88,220); }
div.DivClassName
{
background-color: #CF58DC;
}
.BgClassName
{
background-color: #CF58DC;
}
</style>
border-color css
<style>
span { border-color: #CF58DC; }
span { border-color: rgb(207,88,220); }
td.TdClassName
{
border-color: #CF58DC;
}
.TagClassName
{
border-color: #CF58DC;
}
</style>