Shades of Medium Orchid #CD58DF
Tints of Medium Orchid #CD58DF
RGB
CMYK
RGB Variations
Color information
#CD58DF (or 0xCD58DF) is known color: Medium Orchid. HEX triplet: CD, 58 and DF. RGB value is (205,88,223). Sum of RGB (Red+Green+Blue) = 205+88+223=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD58DF is #32A720. Grayscale: #898989. Windows color (decimal): -3319585 or 14637261. OLE color: 14637261.
HSL color Cylindrical-coordinate representation of color #CD58DF: hue angle of 292º 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 #CD58DF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 88 | 223 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.13 |
| HSL | 292º | 0.68% | 0.61% | - |
| HSV(B) | 292º | 0.61% | 0.87% | - |
| XYZ | 41.99 | 25.29 | 72.48 | - |
| YUV | 138.37 | 175.76 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 223 | 0.08 | 0.61 | 0 | 0.13 | 292 | 0.68 | 0.61 |
| Hex | CD | 58 | DF | 8 | 3D | 0 | D | 124 | 44 | 3D |
| Octal | 315 | 130 | 337 | 10 | 75 | 0 | 15 | 444 | 104 | 75 |
| Binary | 11001101 | 1011000 | 11011111 | 1000 | 111101 | 0 | 1101 | 100100100 | 1000100 | 111101 |
Color Harmonies of #CD58DF
Complementary color
Monochromatic Colors of #CD58DF
Black with #CD58DF
Text Example
Text Example
White with #CD58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD58DF; }
p { color: rgb(205,88,223); }
H1.HeaderClassName
{
color: #CD58DF;
}
.AnyTagClassName
{
color: #CD58DF;
}
</style>
background-color css
<style>
a { background-color: #CD58DF; }
a { background-color: rgb(205,88,223); }
div.DivClassName
{
background-color: #CD58DF;
}
.BgClassName
{
background-color: #CD58DF;
}
</style>
border-color css
<style>
span { border-color: #CD58DF; }
span { border-color: rgb(205,88,223); }
td.TdClassName
{
border-color: #CD58DF;
}
.TagClassName
{
border-color: #CD58DF;
}
</style>