Shades of Medium Orchid #CD60DF
Tints of Medium Orchid #CD60DF
RGB
CMYK
RGB Variations
Color information
#CD60DF (or 0xCD60DF) is known color: Medium Orchid. HEX triplet: CD, 60 and DF. RGB value is (205,96,223). Sum of RGB (Red+Green+Blue) = 205+96+223=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD60DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60DF is #329F20. Grayscale: #8E8E8E. Windows color (decimal): -3317537 or 14639309. OLE color: 14639309.
HSL color Cylindrical-coordinate representation of color #CD60DF: hue angle of 291.5º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD60DF is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 96 | 223 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.13 |
| HSL | 291.5º | 0.66% | 0.63% | - |
| HSV(B) | 291.5º | 0.57% | 0.87% | - |
| XYZ | 42.68 | 26.67 | 72.71 | - |
| YUV | 143.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 223 | 0.08 | 0.57 | 0 | 0.13 | 291.5 | 0.66 | 0.63 |
| Hex | CD | 60 | DF | 8 | 39 | 0 | D | 123 | 42 | 3F |
| Octal | 315 | 140 | 337 | 10 | 71 | 0 | 15 | 443 | 102 | 77 |
| Binary | 11001101 | 1100000 | 11011111 | 1000 | 111001 | 0 | 1101 | 100100011 | 1000010 | 111111 |
Color Harmonies of #CD60DF
Complementary color
Monochromatic Colors of #CD60DF
Black with #CD60DF
Text Example
Text Example
White with #CD60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD60DF; }
p { color: rgb(205,96,223); }
H1.HeaderClassName
{
color: #CD60DF;
}
.AnyTagClassName
{
color: #CD60DF;
}
</style>
background-color css
<style>
a { background-color: #CD60DF; }
a { background-color: rgb(205,96,223); }
div.DivClassName
{
background-color: #CD60DF;
}
.BgClassName
{
background-color: #CD60DF;
}
</style>
border-color css
<style>
span { border-color: #CD60DF; }
span { border-color: rgb(205,96,223); }
td.TdClassName
{
border-color: #CD60DF;
}
.TagClassName
{
border-color: #CD60DF;
}
</style>