Shades of Medium Orchid #CF59DC
Tints of Medium Orchid #CF59DC
RGB
CMYK
RGB Variations
Color information
#CF59DC (or 0xCF59DC) is known color: Medium Orchid. HEX triplet: CF, 59 and DC. RGB value is (207,89,220). Sum of RGB (Red+Green+Blue) = 207+89+220=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF59DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59DC is #30A623. Grayscale: #8A8A8A. Windows color (decimal): -3188260 or 14440911. OLE color: 14440911.
HSL color Cylindrical-coordinate representation of color #CF59DC: hue angle of 294.05º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF59DC is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 89 | 220 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.14 |
| HSL | 294.05º | 0.65% | 0.61% | - |
| HSV(B) | 294.05º | 0.6% | 0.86% | - |
| XYZ | 42.22 | 25.58 | 70.42 | - |
| YUV | 139.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 220 | 0.06 | 0.60 | 0 | 0.14 | 294.05 | 0.65 | 0.61 |
| Hex | CF | 59 | DC | 6 | 3C | 0 | E | 126 | 41 | 3D |
| Octal | 317 | 131 | 334 | 6 | 74 | 0 | 16 | 446 | 101 | 75 |
| Binary | 11001111 | 1011001 | 11011100 | 110 | 111100 | 0 | 1110 | 100100110 | 1000001 | 111101 |
Color Harmonies of #CF59DC
Complementary color
Monochromatic Colors of #CF59DC
Black with #CF59DC
Text Example
Text Example
White with #CF59DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59DC; }
p { color: rgb(207,89,220); }
H1.HeaderClassName
{
color: #CF59DC;
}
.AnyTagClassName
{
color: #CF59DC;
}
</style>
background-color css
<style>
a { background-color: #CF59DC; }
a { background-color: rgb(207,89,220); }
div.DivClassName
{
background-color: #CF59DC;
}
.BgClassName
{
background-color: #CF59DC;
}
</style>
border-color css
<style>
span { border-color: #CF59DC; }
span { border-color: rgb(207,89,220); }
td.TdClassName
{
border-color: #CF59DC;
}
.TagClassName
{
border-color: #CF59DC;
}
</style>