Shades of Dark Orchid #BD2CDC
Tints of Dark Orchid #BD2CDC
RGB
CMYK
RGB Variations
Color information
#BD2CDC (or 0xBD2CDC) is known color: Dark Orchid. HEX triplet: BD, 2C and DC. RGB value is (189,44,220). Sum of RGB (Red+Green+Blue) = 189+44+220=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD2CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2CDC is #42D323. Grayscale: #6A6A6A. Windows color (decimal): -4379428 or 14429373. OLE color: 14429373.
HSL color Cylindrical-coordinate representation of color #BD2CDC: hue angle of 289.43º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2CDC is Cyan = 0.14, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 44 | 220 | - |
| CMYK | 0.14 | 0.8 | 0 | 0.14 |
| HSL | 289.43º | 0.72% | 0.52% | - |
| HSV(B) | 289.43º | 0.8% | 0.86% | - |
| XYZ | 34.81 | 17.79 | 69.31 | - |
| YUV | 107.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 220 | 0.14 | 0.8 | 0 | 0.14 | 289.43 | 0.72 | 0.52 |
| Hex | BD | 2C | DC | E | 50 | 0 | E | 121 | 48 | 34 |
| Octal | 275 | 54 | 334 | 16 | 120 | 0 | 16 | 441 | 110 | 64 |
| Binary | 10111101 | 101100 | 11011100 | 1110 | 1010000 | 0 | 1110 | 100100001 | 1001000 | 110100 |
Color Harmonies of #BD2CDC
Complementary color
Monochromatic Colors of #BD2CDC
Black with #BD2CDC
Text Example
Text Example
White with #BD2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2CDC; }
p { color: rgb(189,44,220); }
H1.HeaderClassName
{
color: #BD2CDC;
}
.AnyTagClassName
{
color: #BD2CDC;
}
</style>
background-color css
<style>
a { background-color: #BD2CDC; }
a { background-color: rgb(189,44,220); }
div.DivClassName
{
background-color: #BD2CDC;
}
.BgClassName
{
background-color: #BD2CDC;
}
</style>
border-color css
<style>
span { border-color: #BD2CDC; }
span { border-color: rgb(189,44,220); }
td.TdClassName
{
border-color: #BD2CDC;
}
.TagClassName
{
border-color: #BD2CDC;
}
</style>