Shades of Orchid #D27BBA
Tints of Orchid #D27BBA
RGB
CMYK
RGB Variations
Color information
#D27BBA (or 0xD27BBA) is known color: Orchid. HEX triplet: D2, 7B and BA. RGB value is (210,123,186). Sum of RGB (Red+Green+Blue) = 210+123+186=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D27BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BBA is #2D8445. Grayscale: #9C9C9C. Windows color (decimal): -2982982 or 12221394. OLE color: 12221394.
HSL color Cylindrical-coordinate representation of color #D27BBA: hue angle of 316.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27BBA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 186 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.18 |
| HSL | 316.55º | 0.49% | 0.65% | - |
| HSV(B) | 316.55º | 0.41% | 0.82% | - |
| XYZ | 42.52 | 31.41 | 50.28 | - |
| YUV | 156.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 186 | 0 | 0.41 | 0.11 | 0.18 | 316.55 | 0.49 | 0.65 |
| Hex | D2 | 7B | BA | 0 | 29 | B | 12 | 13D | 31 | 41 |
| Octal | 322 | 173 | 272 | 0 | 51 | 13 | 22 | 475 | 61 | 101 |
| Binary | 11010010 | 1111011 | 10111010 | 0 | 101001 | 1011 | 10010 | 100111101 | 110001 | 1000001 |
Color Harmonies of #D27BBA
Complementary color
Monochromatic Colors of #D27BBA
Black with #D27BBA
Text Example
Text Example
White with #D27BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BBA; }
p { color: rgb(210,123,186); }
H1.HeaderClassName
{
color: #D27BBA;
}
.AnyTagClassName
{
color: #D27BBA;
}
</style>
background-color css
<style>
a { background-color: #D27BBA; }
a { background-color: rgb(210,123,186); }
div.DivClassName
{
background-color: #D27BBA;
}
.BgClassName
{
background-color: #D27BBA;
}
</style>
border-color css
<style>
span { border-color: #D27BBA; }
span { border-color: rgb(210,123,186); }
td.TdClassName
{
border-color: #D27BBA;
}
.TagClassName
{
border-color: #D27BBA;
}
</style>