Shades of Medium Orchid #CD60DB
Tints of Medium Orchid #CD60DB
RGB
CMYK
RGB Variations
Color information
#CD60DB (or 0xCD60DB) is known color: Medium Orchid. HEX triplet: CD, 60 and DB. RGB value is (205,96,219). Sum of RGB (Red+Green+Blue) = 205+96+219=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD60DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60DB is #329F24. Grayscale: #8E8E8E. Windows color (decimal): -3317541 or 14377165. OLE color: 14377165.
HSL color Cylindrical-coordinate representation of color #CD60DB: hue angle of 293.17º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD60DB is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 96 | 219 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.14 |
| HSL | 293.17º | 0.63% | 0.62% | - |
| HSV(B) | 293.17º | 0.56% | 0.86% | - |
| XYZ | 42.15 | 26.46 | 69.9 | - |
| YUV | 142.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 219 | 0.06 | 0.56 | 0 | 0.14 | 293.17 | 0.63 | 0.62 |
| Hex | CD | 60 | DB | 6 | 38 | 0 | E | 125 | 3F | 3E |
| Octal | 315 | 140 | 333 | 6 | 70 | 0 | 16 | 445 | 77 | 76 |
| Binary | 11001101 | 1100000 | 11011011 | 110 | 111000 | 0 | 1110 | 100100101 | 111111 | 111110 |
Color Harmonies of #CD60DB
Complementary color
Monochromatic Colors of #CD60DB
Black with #CD60DB
Text Example
Text Example
White with #CD60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD60DB; }
p { color: rgb(205,96,219); }
H1.HeaderClassName
{
color: #CD60DB;
}
.AnyTagClassName
{
color: #CD60DB;
}
</style>
background-color css
<style>
a { background-color: #CD60DB; }
a { background-color: rgb(205,96,219); }
div.DivClassName
{
background-color: #CD60DB;
}
.BgClassName
{
background-color: #CD60DB;
}
</style>
border-color css
<style>
span { border-color: #CD60DB; }
span { border-color: rgb(205,96,219); }
td.TdClassName
{
border-color: #CD60DB;
}
.TagClassName
{
border-color: #CD60DB;
}
</style>