Shades of Orchid #D27FDA
Tints of Orchid #D27FDA
RGB
CMYK
RGB Variations
Color information
#D27FDA (or 0xD27FDA) is known color: Orchid. HEX triplet: D2, 7F and DA. RGB value is (210,127,218). Sum of RGB (Red+Green+Blue) = 210+127+218=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #D27FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FDA is #2D8025. Grayscale: #A1A1A1. Windows color (decimal): -2981926 or 14319570. OLE color: 14319570.
HSL color Cylindrical-coordinate representation of color #D27FDA: hue angle of 294.73º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D27FDA is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 127 | 218 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.15 |
| HSL | 294.73º | 0.55% | 0.68% | - |
| HSV(B) | 294.73º | 0.42% | 0.85% | - |
| XYZ | 46.82 | 33.94 | 70.41 | - |
| YUV | 162.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 218 | 0.04 | 0.42 | 0 | 0.15 | 294.73 | 0.55 | 0.68 |
| Hex | D2 | 7F | DA | 4 | 2A | 0 | F | 127 | 37 | 44 |
| Octal | 322 | 177 | 332 | 4 | 52 | 0 | 17 | 447 | 67 | 104 |
| Binary | 11010010 | 1111111 | 11011010 | 100 | 101010 | 0 | 1111 | 100100111 | 110111 | 1000100 |
Color Harmonies of #D27FDA
Complementary color
Monochromatic Colors of #D27FDA
Black with #D27FDA
Text Example
Text Example
White with #D27FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FDA; }
p { color: rgb(210,127,218); }
H1.HeaderClassName
{
color: #D27FDA;
}
.AnyTagClassName
{
color: #D27FDA;
}
</style>
background-color css
<style>
a { background-color: #D27FDA; }
a { background-color: rgb(210,127,218); }
div.DivClassName
{
background-color: #D27FDA;
}
.BgClassName
{
background-color: #D27FDA;
}
</style>
border-color css
<style>
span { border-color: #D27FDA; }
span { border-color: rgb(210,127,218); }
td.TdClassName
{
border-color: #D27FDA;
}
.TagClassName
{
border-color: #D27FDA;
}
</style>