Shades of Medium Orchid #CD5FDF
Tints of Medium Orchid #CD5FDF
RGB
CMYK
RGB Variations
Color information
#CD5FDF (or 0xCD5FDF) is known color: Medium Orchid. HEX triplet: CD, 5F and DF. RGB value is (205,95,223). Sum of RGB (Red+Green+Blue) = 205+95+223=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FDF is #32A020. Grayscale: #8E8E8E. Windows color (decimal): -3317793 or 14639053. OLE color: 14639053.
HSL color Cylindrical-coordinate representation of color #CD5FDF: hue angle of 291.56º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD5FDF is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 95 | 223 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.13 |
| HSL | 291.56º | 0.67% | 0.62% | - |
| HSV(B) | 291.56º | 0.57% | 0.87% | - |
| XYZ | 42.59 | 26.49 | 72.68 | - |
| YUV | 142.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 95 | 223 | 0.08 | 0.57 | 0 | 0.13 | 291.56 | 0.67 | 0.62 |
| Hex | CD | 5F | DF | 8 | 39 | 0 | D | 124 | 43 | 3E |
| Octal | 315 | 137 | 337 | 10 | 71 | 0 | 15 | 444 | 103 | 76 |
| Binary | 11001101 | 1011111 | 11011111 | 1000 | 111001 | 0 | 1101 | 100100100 | 1000011 | 111110 |
Color Harmonies of #CD5FDF
Complementary color
Monochromatic Colors of #CD5FDF
Black with #CD5FDF
Text Example
Text Example
White with #CD5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5FDF; }
p { color: rgb(205,95,223); }
H1.HeaderClassName
{
color: #CD5FDF;
}
.AnyTagClassName
{
color: #CD5FDF;
}
</style>
background-color css
<style>
a { background-color: #CD5FDF; }
a { background-color: rgb(205,95,223); }
div.DivClassName
{
background-color: #CD5FDF;
}
.BgClassName
{
background-color: #CD5FDF;
}
</style>
border-color css
<style>
span { border-color: #CD5FDF; }
span { border-color: rgb(205,95,223); }
td.TdClassName
{
border-color: #CD5FDF;
}
.TagClassName
{
border-color: #CD5FDF;
}
</style>