Shades of Orchid #D27CDD
Tints of Orchid #D27CDD
RGB
CMYK
RGB Variations
Color information
#D27CDD (or 0xD27CDD) is known color: Orchid. HEX triplet: D2, 7C and DD. RGB value is (210,124,221). Sum of RGB (Red+Green+Blue) = 210+124+221=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #D27CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CDD is #2D8322. Grayscale: #A0A0A0. Windows color (decimal): -2982691 or 14515410. OLE color: 14515410.
HSL color Cylindrical-coordinate representation of color #D27CDD: hue angle of 293.2º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27CDD is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 124 | 221 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.13 |
| HSL | 293.2º | 0.59% | 0.68% | - |
| HSV(B) | 293.2º | 0.44% | 0.87% | - |
| XYZ | 46.84 | 33.34 | 72.37 | - |
| YUV | 160.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 221 | 0.05 | 0.44 | 0 | 0.13 | 293.2 | 0.59 | 0.68 |
| Hex | D2 | 7C | DD | 5 | 2C | 0 | D | 125 | 3B | 44 |
| Octal | 322 | 174 | 335 | 5 | 54 | 0 | 15 | 445 | 73 | 104 |
| Binary | 11010010 | 1111100 | 11011101 | 101 | 101100 | 0 | 1101 | 100100101 | 111011 | 1000100 |
Color Harmonies of #D27CDD
Complementary color
Monochromatic Colors of #D27CDD
Black with #D27CDD
Text Example
Text Example
White with #D27CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CDD; }
p { color: rgb(210,124,221); }
H1.HeaderClassName
{
color: #D27CDD;
}
.AnyTagClassName
{
color: #D27CDD;
}
</style>
background-color css
<style>
a { background-color: #D27CDD; }
a { background-color: rgb(210,124,221); }
div.DivClassName
{
background-color: #D27CDD;
}
.BgClassName
{
background-color: #D27CDD;
}
</style>
border-color css
<style>
span { border-color: #D27CDD; }
span { border-color: rgb(210,124,221); }
td.TdClassName
{
border-color: #D27CDD;
}
.TagClassName
{
border-color: #D27CDD;
}
</style>