Shades of Medium Orchid #CF58DF
Tints of Medium Orchid #CF58DF
RGB
CMYK
RGB Variations
Color information
#CF58DF (or 0xCF58DF) is known color: Medium Orchid. HEX triplet: CF, 58 and DF. RGB value is (207,88,223). Sum of RGB (Red+Green+Blue) = 207+88+223=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF58DF is #30A720. Grayscale: #8A8A8A. Windows color (decimal): -3188513 or 14637263. OLE color: 14637263.
HSL color Cylindrical-coordinate representation of color #CF58DF: hue angle of 292.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF58DF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 88 | 223 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.13 |
| HSL | 292.89º | 0.68% | 0.61% | - |
| HSV(B) | 292.89º | 0.61% | 0.87% | - |
| XYZ | 42.54 | 25.57 | 72.51 | - |
| YUV | 138.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 223 | 0.07 | 0.61 | 0 | 0.13 | 292.89 | 0.68 | 0.61 |
| Hex | CF | 58 | DF | 7 | 3D | 0 | D | 125 | 44 | 3D |
| Octal | 317 | 130 | 337 | 7 | 75 | 0 | 15 | 445 | 104 | 75 |
| Binary | 11001111 | 1011000 | 11011111 | 111 | 111101 | 0 | 1101 | 100100101 | 1000100 | 111101 |
Color Harmonies of #CF58DF
Complementary color
Monochromatic Colors of #CF58DF
Black with #CF58DF
Text Example
Text Example
White with #CF58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF58DF; }
p { color: rgb(207,88,223); }
H1.HeaderClassName
{
color: #CF58DF;
}
.AnyTagClassName
{
color: #CF58DF;
}
</style>
background-color css
<style>
a { background-color: #CF58DF; }
a { background-color: rgb(207,88,223); }
div.DivClassName
{
background-color: #CF58DF;
}
.BgClassName
{
background-color: #CF58DF;
}
</style>
border-color css
<style>
span { border-color: #CF58DF; }
span { border-color: rgb(207,88,223); }
td.TdClassName
{
border-color: #CF58DF;
}
.TagClassName
{
border-color: #CF58DF;
}
</style>