Shades of Orchid #D27CBF
Tints of Orchid #D27CBF
RGB
CMYK
RGB Variations
Color information
#D27CBF (or 0xD27CBF) is known color: Orchid. HEX triplet: D2, 7C and BF. RGB value is (210,124,191). Sum of RGB (Red+Green+Blue) = 210+124+191=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CBF is #2D8340. Grayscale: #9D9D9D. Windows color (decimal): -2982721 or 12549330. OLE color: 12549330.
HSL color Cylindrical-coordinate representation of color #D27CBF: hue angle of 313.26º 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 #D27CBF is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 191 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.18 |
| HSL | 313.26º | 0.49% | 0.65% | - |
| HSV(B) | 313.26º | 0.41% | 0.82% | - |
| XYZ | 43.19 | 31.88 | 53.17 | - |
| YUV | 157.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 191 | 0 | 0.41 | 0.09 | 0.18 | 313.26 | 0.49 | 0.65 |
| Hex | D2 | 7C | BF | 0 | 29 | 9 | 12 | 139 | 31 | 41 |
| Octal | 322 | 174 | 277 | 0 | 51 | 11 | 22 | 471 | 61 | 101 |
| Binary | 11010010 | 1111100 | 10111111 | 0 | 101001 | 1001 | 10010 | 100111001 | 110001 | 1000001 |
Color Harmonies of #D27CBF
Complementary color
Monochromatic Colors of #D27CBF
Black with #D27CBF
Text Example
Text Example
White with #D27CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CBF; }
p { color: rgb(210,124,191); }
H1.HeaderClassName
{
color: #D27CBF;
}
.AnyTagClassName
{
color: #D27CBF;
}
</style>
background-color css
<style>
a { background-color: #D27CBF; }
a { background-color: rgb(210,124,191); }
div.DivClassName
{
background-color: #D27CBF;
}
.BgClassName
{
background-color: #D27CBF;
}
</style>
border-color css
<style>
span { border-color: #D27CBF; }
span { border-color: rgb(210,124,191); }
td.TdClassName
{
border-color: #D27CBF;
}
.TagClassName
{
border-color: #D27CBF;
}
</style>