Shades of Orchid #D27EC3
Tints of Orchid #D27EC3
RGB
CMYK
RGB Variations
Color information
#D27EC3 (or 0xD27EC3) is known color: Orchid. HEX triplet: D2, 7E and C3. RGB value is (210,126,195). Sum of RGB (Red+Green+Blue) = 210+126+195=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D27EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27EC3 is #2D813C. Grayscale: #9E9E9E. Windows color (decimal): -2982205 or 12811986. OLE color: 12811986.
HSL color Cylindrical-coordinate representation of color #D27EC3: hue angle of 310.71º degrees, saturation: 0.48, 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 #D27EC3 is Cyan = 0, Magento = 0.4, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 195 | - |
| CMYK | 0 | 0.4 | 0.07 | 0.18 |
| HSL | 310.71º | 0.48% | 0.66% | - |
| HSV(B) | 310.71º | 0.4% | 0.82% | - |
| XYZ | 43.89 | 32.56 | 55.6 | - |
| YUV | 158.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 195 | 0 | 0.4 | 0.07 | 0.18 | 310.71 | 0.48 | 0.66 |
| Hex | D2 | 7E | C3 | 0 | 28 | 7 | 12 | 137 | 30 | 42 |
| Octal | 322 | 176 | 303 | 0 | 50 | 7 | 22 | 467 | 60 | 102 |
| Binary | 11010010 | 1111110 | 11000011 | 0 | 101000 | 111 | 10010 | 100110111 | 110000 | 1000010 |
Color Harmonies of #D27EC3
Complementary color
Monochromatic Colors of #D27EC3
Black with #D27EC3
Text Example
Text Example
White with #D27EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EC3; }
p { color: rgb(210,126,195); }
H1.HeaderClassName
{
color: #D27EC3;
}
.AnyTagClassName
{
color: #D27EC3;
}
</style>
background-color css
<style>
a { background-color: #D27EC3; }
a { background-color: rgb(210,126,195); }
div.DivClassName
{
background-color: #D27EC3;
}
.BgClassName
{
background-color: #D27EC3;
}
</style>
border-color css
<style>
span { border-color: #D27EC3; }
span { border-color: rgb(210,126,195); }
td.TdClassName
{
border-color: #D27EC3;
}
.TagClassName
{
border-color: #D27EC3;
}
</style>