Shades of Medium Orchid #CD3CDB
Tints of Medium Orchid #CD3CDB
RGB
CMYK
RGB Variations
Color information
#CD3CDB (or 0xCD3CDB) is known color: Medium Orchid. HEX triplet: CD, 3C and DB. RGB value is (205,60,219). Sum of RGB (Red+Green+Blue) = 205+60+219=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3CDB is #32C324. Grayscale: #787878. Windows color (decimal): -3326757 or 14367949. OLE color: 14367949.
HSL color Cylindrical-coordinate representation of color #CD3CDB: hue angle of 294.72º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD3CDB is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 60 | 219 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.14 |
| HSL | 294.72º | 0.69% | 0.55% | - |
| HSV(B) | 294.72º | 0.73% | 0.86% | - |
| XYZ | 39.58 | 21.33 | 69.05 | - |
| YUV | 121.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 219 | 0.06 | 0.73 | 0 | 0.14 | 294.72 | 0.69 | 0.55 |
| Hex | CD | 3C | DB | 6 | 49 | 0 | E | 127 | 45 | 37 |
| Octal | 315 | 74 | 333 | 6 | 111 | 0 | 16 | 447 | 105 | 67 |
| Binary | 11001101 | 111100 | 11011011 | 110 | 1001001 | 0 | 1110 | 100100111 | 1000101 | 110111 |
Color Harmonies of #CD3CDB
Complementary color
Monochromatic Colors of #CD3CDB
Black with #CD3CDB
Text Example
Text Example
White with #CD3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CDB; }
p { color: rgb(205,60,219); }
H1.HeaderClassName
{
color: #CD3CDB;
}
.AnyTagClassName
{
color: #CD3CDB;
}
</style>
background-color css
<style>
a { background-color: #CD3CDB; }
a { background-color: rgb(205,60,219); }
div.DivClassName
{
background-color: #CD3CDB;
}
.BgClassName
{
background-color: #CD3CDB;
}
</style>
border-color css
<style>
span { border-color: #CD3CDB; }
span { border-color: rgb(205,60,219); }
td.TdClassName
{
border-color: #CD3CDB;
}
.TagClassName
{
border-color: #CD3CDB;
}
</style>