Shades of Orchid #D27DC0
Tints of Orchid #D27DC0
RGB
CMYK
RGB Variations
Color information
#D27DC0 (or 0xD27DC0) is known color: Orchid. HEX triplet: D2, 7D and C0. RGB value is (210,125,192). Sum of RGB (Red+Green+Blue) = 210+125+192=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D27DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DC0 is #2D823F. Grayscale: #9D9D9D. Windows color (decimal): -2982464 or 12615122. OLE color: 12615122.
HSL color Cylindrical-coordinate representation of color #D27DC0: hue angle of 312.71º 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 #D27DC0 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 192 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.18 |
| HSL | 312.71º | 0.49% | 0.66% | - |
| HSV(B) | 312.71º | 0.4% | 0.82% | - |
| XYZ | 43.43 | 32.17 | 53.79 | - |
| YUV | 158.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 192 | 0 | 0.40 | 0.09 | 0.18 | 312.71 | 0.49 | 0.66 |
| Hex | D2 | 7D | C0 | 0 | 28 | 9 | 12 | 139 | 31 | 42 |
| Octal | 322 | 175 | 300 | 0 | 50 | 11 | 22 | 471 | 61 | 102 |
| Binary | 11010010 | 1111101 | 11000000 | 0 | 101000 | 1001 | 10010 | 100111001 | 110001 | 1000010 |
Color Harmonies of #D27DC0
Complementary color
Monochromatic Colors of #D27DC0
Black with #D27DC0
Text Example
Text Example
White with #D27DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DC0; }
p { color: rgb(210,125,192); }
H1.HeaderClassName
{
color: #D27DC0;
}
.AnyTagClassName
{
color: #D27DC0;
}
</style>
background-color css
<style>
a { background-color: #D27DC0; }
a { background-color: rgb(210,125,192); }
div.DivClassName
{
background-color: #D27DC0;
}
.BgClassName
{
background-color: #D27DC0;
}
</style>
border-color css
<style>
span { border-color: #D27DC0; }
span { border-color: rgb(210,125,192); }
td.TdClassName
{
border-color: #D27DC0;
}
.TagClassName
{
border-color: #D27DC0;
}
</style>