Shades of Orchid #D27DCB
Tints of Orchid #D27DCB
RGB
CMYK
RGB Variations
Color information
#D27DCB (or 0xD27DCB) is known color: Orchid. HEX triplet: D2, 7D and CB. RGB value is (210,125,203). Sum of RGB (Red+Green+Blue) = 210+125+203=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DCB is #2D8234. Grayscale: #9F9F9F. Windows color (decimal): -2982453 or 13336018. OLE color: 13336018.
HSL color Cylindrical-coordinate representation of color #D27DCB: hue angle of 304.94º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27DCB is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 203 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.18 |
| HSL | 304.94º | 0.49% | 0.66% | - |
| HSV(B) | 304.94º | 0.4% | 0.82% | - |
| XYZ | 44.69 | 32.68 | 60.45 | - |
| YUV | 159.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 203 | 0 | 0.40 | 0.03 | 0.18 | 304.94 | 0.49 | 0.66 |
| Hex | D2 | 7D | CB | 0 | 28 | 3 | 12 | 131 | 31 | 42 |
| Octal | 322 | 175 | 313 | 0 | 50 | 3 | 22 | 461 | 61 | 102 |
| Binary | 11010010 | 1111101 | 11001011 | 0 | 101000 | 11 | 10010 | 100110001 | 110001 | 1000010 |
Color Harmonies of #D27DCB
Complementary color
Monochromatic Colors of #D27DCB
Black with #D27DCB
Text Example
Text Example
White with #D27DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DCB; }
p { color: rgb(210,125,203); }
H1.HeaderClassName
{
color: #D27DCB;
}
.AnyTagClassName
{
color: #D27DCB;
}
</style>
background-color css
<style>
a { background-color: #D27DCB; }
a { background-color: rgb(210,125,203); }
div.DivClassName
{
background-color: #D27DCB;
}
.BgClassName
{
background-color: #D27DCB;
}
</style>
border-color css
<style>
span { border-color: #D27DCB; }
span { border-color: rgb(210,125,203); }
td.TdClassName
{
border-color: #D27DCB;
}
.TagClassName
{
border-color: #D27DCB;
}
</style>