Shades of Medium Orchid #CD61DF
Tints of Medium Orchid #CD61DF
RGB
CMYK
RGB Variations
Color information
#CD61DF (or 0xCD61DF) is known color: Medium Orchid. HEX triplet: CD, 61 and DF. RGB value is (205,97,223). Sum of RGB (Red+Green+Blue) = 205+97+223=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD61DF is #329E20. Grayscale: #8F8F8F. Windows color (decimal): -3317281 or 14639565. OLE color: 14639565.
HSL color Cylindrical-coordinate representation of color #CD61DF: hue angle of 291.43º 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 #CD61DF is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 97 | 223 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.13 |
| HSL | 291.43º | 0.66% | 0.63% | - |
| HSV(B) | 291.43º | 0.57% | 0.87% | - |
| XYZ | 42.77 | 26.86 | 72.74 | - |
| YUV | 143.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 97 | 223 | 0.08 | 0.57 | 0 | 0.13 | 291.43 | 0.66 | 0.63 |
| Hex | CD | 61 | DF | 8 | 39 | 0 | D | 123 | 42 | 3F |
| Octal | 315 | 141 | 337 | 10 | 71 | 0 | 15 | 443 | 102 | 77 |
| Binary | 11001101 | 1100001 | 11011111 | 1000 | 111001 | 0 | 1101 | 100100011 | 1000010 | 111111 |
Color Harmonies of #CD61DF
Complementary color
Monochromatic Colors of #CD61DF
Black with #CD61DF
Text Example
Text Example
White with #CD61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD61DF; }
p { color: rgb(205,97,223); }
H1.HeaderClassName
{
color: #CD61DF;
}
.AnyTagClassName
{
color: #CD61DF;
}
</style>
background-color css
<style>
a { background-color: #CD61DF; }
a { background-color: rgb(205,97,223); }
div.DivClassName
{
background-color: #CD61DF;
}
.BgClassName
{
background-color: #CD61DF;
}
</style>
border-color css
<style>
span { border-color: #CD61DF; }
span { border-color: rgb(205,97,223); }
td.TdClassName
{
border-color: #CD61DF;
}
.TagClassName
{
border-color: #CD61DF;
}
</style>