Shades of Medium Orchid #CD5CDB
Tints of Medium Orchid #CD5CDB
RGB
CMYK
RGB Variations
Color information
#CD5CDB (or 0xCD5CDB) is known color: Medium Orchid. HEX triplet: CD, 5C and DB. RGB value is (205,92,219). Sum of RGB (Red+Green+Blue) = 205+92+219=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5CDB is #32A324. Grayscale: #8B8B8B. Windows color (decimal): -3318565 or 14376141. OLE color: 14376141.
HSL color Cylindrical-coordinate representation of color #CD5CDB: hue angle of 293.39º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5CDB is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 92 | 219 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.14 |
| HSL | 293.39º | 0.64% | 0.61% | - |
| HSV(B) | 293.39º | 0.58% | 0.86% | - |
| XYZ | 41.79 | 25.75 | 69.79 | - |
| YUV | 140.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 92 | 219 | 0.06 | 0.58 | 0 | 0.14 | 293.39 | 0.64 | 0.61 |
| Hex | CD | 5C | DB | 6 | 3A | 0 | E | 125 | 40 | 3D |
| Octal | 315 | 134 | 333 | 6 | 72 | 0 | 16 | 445 | 100 | 75 |
| Binary | 11001101 | 1011100 | 11011011 | 110 | 111010 | 0 | 1110 | 100100101 | 1000000 | 111101 |
Color Harmonies of #CD5CDB
Complementary color
Monochromatic Colors of #CD5CDB
Black with #CD5CDB
Text Example
Text Example
White with #CD5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5CDB; }
p { color: rgb(205,92,219); }
H1.HeaderClassName
{
color: #CD5CDB;
}
.AnyTagClassName
{
color: #CD5CDB;
}
</style>
background-color css
<style>
a { background-color: #CD5CDB; }
a { background-color: rgb(205,92,219); }
div.DivClassName
{
background-color: #CD5CDB;
}
.BgClassName
{
background-color: #CD5CDB;
}
</style>
border-color css
<style>
span { border-color: #CD5CDB; }
span { border-color: rgb(205,92,219); }
td.TdClassName
{
border-color: #CD5CDB;
}
.TagClassName
{
border-color: #CD5CDB;
}
</style>