Shades of Dark Orchid #B21CDD
Tints of Dark Orchid #B21CDD
RGB
CMYK
RGB Variations
Color information
#B21CDD (or 0xB21CDD) is known color: Dark Orchid. HEX triplet: B2, 1C and DD. RGB value is (178,28,221). Sum of RGB (Red+Green+Blue) = 178+28+221=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #B21CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CDD is #4DE322. Grayscale: #5E5E5E. Windows color (decimal): -5104419 or 14490802. OLE color: 14490802.
HSL color Cylindrical-coordinate representation of color #B21CDD: hue angle of 286.63º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21CDD is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 28 | 221 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.13 |
| HSL | 286.63º | 0.78% | 0.49% | - |
| HSV(B) | 286.63º | 0.87% | 0.87% | - |
| XYZ | 31.83 | 15.52 | 69.72 | - |
| YUV | 94.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 28 | 221 | 0.19 | 0.87 | 0 | 0.13 | 286.63 | 0.78 | 0.49 |
| Hex | B2 | 1C | DD | 13 | 57 | 0 | D | 11F | 4E | 31 |
| Octal | 262 | 34 | 335 | 23 | 127 | 0 | 15 | 437 | 116 | 61 |
| Binary | 10110010 | 11100 | 11011101 | 10011 | 1010111 | 0 | 1101 | 100011111 | 1001110 | 110001 |
Color Harmonies of #B21CDD
Complementary color
Monochromatic Colors of #B21CDD
Black with #B21CDD
Text Example
Text Example
White with #B21CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21CDD; }
p { color: rgb(178,28,221); }
H1.HeaderClassName
{
color: #B21CDD;
}
.AnyTagClassName
{
color: #B21CDD;
}
</style>
background-color css
<style>
a { background-color: #B21CDD; }
a { background-color: rgb(178,28,221); }
div.DivClassName
{
background-color: #B21CDD;
}
.BgClassName
{
background-color: #B21CDD;
}
</style>
border-color css
<style>
span { border-color: #B21CDD; }
span { border-color: rgb(178,28,221); }
td.TdClassName
{
border-color: #B21CDD;
}
.TagClassName
{
border-color: #B21CDD;
}
</style>