Shades of Dark Orchid #BD2CDD
Tints of Dark Orchid #BD2CDD
RGB
CMYK
RGB Variations
Color information
#BD2CDD (or 0xBD2CDD) is known color: Dark Orchid. HEX triplet: BD, 2C and DD. RGB value is (189,44,221). Sum of RGB (Red+Green+Blue) = 189+44+221=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD2CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CDD is #42D322. Grayscale: #6A6A6A. Windows color (decimal): -4379427 or 14494909. OLE color: 14494909.
HSL color Cylindrical-coordinate representation of color #BD2CDD: hue angle of 289.15º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2CDD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 44 | 221 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.13 |
| HSL | 289.15º | 0.72% | 0.52% | - |
| HSV(B) | 289.15º | 0.8% | 0.87% | - |
| XYZ | 34.94 | 17.84 | 70.01 | - |
| YUV | 107.53 | 192.04 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 221 | 0.14 | 0.80 | 0 | 0.13 | 289.15 | 0.72 | 0.52 |
| Hex | BD | 2C | DD | E | 50 | 0 | D | 121 | 48 | 34 |
| Octal | 275 | 54 | 335 | 16 | 120 | 0 | 15 | 441 | 110 | 64 |
| Binary | 10111101 | 101100 | 11011101 | 1110 | 1010000 | 0 | 1101 | 100100001 | 1001000 | 110100 |
Color Harmonies of #BD2CDD
Complementary color
Monochromatic Colors of #BD2CDD
Black with #BD2CDD
Text Example
Text Example
White with #BD2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CDD; }
p { color: rgb(189,44,221); }
H1.HeaderClassName
{
color: #BD2CDD;
}
.AnyTagClassName
{
color: #BD2CDD;
}
</style>
background-color css
<style>
a { background-color: #BD2CDD; }
a { background-color: rgb(189,44,221); }
div.DivClassName
{
background-color: #BD2CDD;
}
.BgClassName
{
background-color: #BD2CDD;
}
</style>
border-color css
<style>
span { border-color: #BD2CDD; }
span { border-color: rgb(189,44,221); }
td.TdClassName
{
border-color: #BD2CDD;
}
.TagClassName
{
border-color: #BD2CDD;
}
</style>