Shades of Orchid #D27DE4
Tints of Orchid #D27DE4
RGB
CMYK
RGB Variations
Color information
#D27DE4 (or 0xD27DE4) is known color: Orchid. HEX triplet: D2, 7D and E4. RGB value is (210,125,228). Sum of RGB (Red+Green+Blue) = 210+125+228=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #D27DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27DE4 is #2D821B. Grayscale: #A1A1A1. Windows color (decimal): -2982428 or 14974418. OLE color: 14974418.
HSL color Cylindrical-coordinate representation of color #D27DE4: hue angle of 289.51º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27DE4 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 125 | 228 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.11 |
| HSL | 289.51º | 0.66% | 0.69% | - |
| HSV(B) | 289.51º | 0.45% | 0.89% | - |
| XYZ | 47.92 | 33.97 | 77.43 | - |
| YUV | 162.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 228 | 0.08 | 0.45 | 0 | 0.11 | 289.51 | 0.66 | 0.69 |
| Hex | D2 | 7D | E4 | 8 | 2D | 0 | B | 122 | 42 | 45 |
| Octal | 322 | 175 | 344 | 10 | 55 | 0 | 13 | 442 | 102 | 105 |
| Binary | 11010010 | 1111101 | 11100100 | 1000 | 101101 | 0 | 1011 | 100100010 | 1000010 | 1000101 |
Color Harmonies of #D27DE4
Complementary color
Monochromatic Colors of #D27DE4
Black with #D27DE4
Text Example
Text Example
White with #D27DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27DE4; }
p { color: rgb(210,125,228); }
H1.HeaderClassName
{
color: #D27DE4;
}
.AnyTagClassName
{
color: #D27DE4;
}
</style>
background-color css
<style>
a { background-color: #D27DE4; }
a { background-color: rgb(210,125,228); }
div.DivClassName
{
background-color: #D27DE4;
}
.BgClassName
{
background-color: #D27DE4;
}
</style>
border-color css
<style>
span { border-color: #D27DE4; }
span { border-color: rgb(210,125,228); }
td.TdClassName
{
border-color: #D27DE4;
}
.TagClassName
{
border-color: #D27DE4;
}
</style>