Shades of Orchid #D27CDA
Tints of Orchid #D27CDA
RGB
CMYK
RGB Variations
Color information
#D27CDA (or 0xD27CDA) is known color: Orchid. HEX triplet: D2, 7C and DA. RGB value is (210,124,218). Sum of RGB (Red+Green+Blue) = 210+124+218=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #D27CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CDA is #2D8325. Grayscale: #A0A0A0. Windows color (decimal): -2982694 or 14318802. OLE color: 14318802.
HSL color Cylindrical-coordinate representation of color #D27CDA: hue angle of 294.89º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27CDA is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 124 | 218 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.15 |
| HSL | 294.89º | 0.56% | 0.67% | - |
| HSV(B) | 294.89º | 0.43% | 0.85% | - |
| XYZ | 46.44 | 33.18 | 70.29 | - |
| YUV | 160.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 218 | 0.04 | 0.43 | 0 | 0.15 | 294.89 | 0.56 | 0.67 |
| Hex | D2 | 7C | DA | 4 | 2B | 0 | F | 127 | 38 | 43 |
| Octal | 322 | 174 | 332 | 4 | 53 | 0 | 17 | 447 | 70 | 103 |
| Binary | 11010010 | 1111100 | 11011010 | 100 | 101011 | 0 | 1111 | 100100111 | 111000 | 1000011 |
Color Harmonies of #D27CDA
Complementary color
Monochromatic Colors of #D27CDA
Black with #D27CDA
Text Example
Text Example
White with #D27CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CDA; }
p { color: rgb(210,124,218); }
H1.HeaderClassName
{
color: #D27CDA;
}
.AnyTagClassName
{
color: #D27CDA;
}
</style>
background-color css
<style>
a { background-color: #D27CDA; }
a { background-color: rgb(210,124,218); }
div.DivClassName
{
background-color: #D27CDA;
}
.BgClassName
{
background-color: #D27CDA;
}
</style>
border-color css
<style>
span { border-color: #D27CDA; }
span { border-color: rgb(210,124,218); }
td.TdClassName
{
border-color: #D27CDA;
}
.TagClassName
{
border-color: #D27CDA;
}
</style>