Shades of Orchid #D27CC0
Tints of Orchid #D27CC0
RGB
CMYK
RGB Variations
Color information
#D27CC0 (or 0xD27CC0) is known color: Orchid. HEX triplet: D2, 7C and C0. RGB value is (210,124,192). Sum of RGB (Red+Green+Blue) = 210+124+192=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CC0 is #2D833F. Grayscale: #9D9D9D. Windows color (decimal): -2982720 or 12614866. OLE color: 12614866.
HSL color Cylindrical-coordinate representation of color #D27CC0: hue angle of 312.56º 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 #D27CC0 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 192 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.18 |
| HSL | 312.56º | 0.49% | 0.65% | - |
| HSV(B) | 312.56º | 0.41% | 0.82% | - |
| XYZ | 43.3 | 31.92 | 53.75 | - |
| YUV | 157.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 192 | 0 | 0.41 | 0.09 | 0.18 | 312.56 | 0.49 | 0.65 |
| Hex | D2 | 7C | C0 | 0 | 29 | 9 | 12 | 139 | 31 | 41 |
| Octal | 322 | 174 | 300 | 0 | 51 | 11 | 22 | 471 | 61 | 101 |
| Binary | 11010010 | 1111100 | 11000000 | 0 | 101001 | 1001 | 10010 | 100111001 | 110001 | 1000001 |
Color Harmonies of #D27CC0
Complementary color
Monochromatic Colors of #D27CC0
Black with #D27CC0
Text Example
Text Example
White with #D27CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CC0; }
p { color: rgb(210,124,192); }
H1.HeaderClassName
{
color: #D27CC0;
}
.AnyTagClassName
{
color: #D27CC0;
}
</style>
background-color css
<style>
a { background-color: #D27CC0; }
a { background-color: rgb(210,124,192); }
div.DivClassName
{
background-color: #D27CC0;
}
.BgClassName
{
background-color: #D27CC0;
}
</style>
border-color css
<style>
span { border-color: #D27CC0; }
span { border-color: rgb(210,124,192); }
td.TdClassName
{
border-color: #D27CC0;
}
.TagClassName
{
border-color: #D27CC0;
}
</style>