Shades of Orchid #D27CBC
Tints of Orchid #D27CBC
RGB
CMYK
RGB Variations
Color information
#D27CBC (or 0xD27CBC) is known color: Orchid. HEX triplet: D2, 7C and BC. RGB value is (210,124,188). Sum of RGB (Red+Green+Blue) = 210+124+188=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CBC is #2D8343. Grayscale: #9C9C9C. Windows color (decimal): -2982724 or 12352722. OLE color: 12352722.
HSL color Cylindrical-coordinate representation of color #D27CBC: hue angle of 315.35º 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 #D27CBC is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 188 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.18 |
| HSL | 315.35º | 0.49% | 0.65% | - |
| HSV(B) | 315.35º | 0.41% | 0.82% | - |
| XYZ | 42.86 | 31.75 | 51.45 | - |
| YUV | 157.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 188 | 0 | 0.41 | 0.10 | 0.18 | 315.35 | 0.49 | 0.65 |
| Hex | D2 | 7C | BC | 0 | 29 | A | 12 | 13B | 31 | 41 |
| Octal | 322 | 174 | 274 | 0 | 51 | 12 | 22 | 473 | 61 | 101 |
| Binary | 11010010 | 1111100 | 10111100 | 0 | 101001 | 1010 | 10010 | 100111011 | 110001 | 1000001 |
Color Harmonies of #D27CBC
Complementary color
Monochromatic Colors of #D27CBC
Black with #D27CBC
Text Example
Text Example
White with #D27CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CBC; }
p { color: rgb(210,124,188); }
H1.HeaderClassName
{
color: #D27CBC;
}
.AnyTagClassName
{
color: #D27CBC;
}
</style>
background-color css
<style>
a { background-color: #D27CBC; }
a { background-color: rgb(210,124,188); }
div.DivClassName
{
background-color: #D27CBC;
}
.BgClassName
{
background-color: #D27CBC;
}
</style>
border-color css
<style>
span { border-color: #D27CBC; }
span { border-color: rgb(210,124,188); }
td.TdClassName
{
border-color: #D27CBC;
}
.TagClassName
{
border-color: #D27CBC;
}
</style>