Shades of Orchid #D27CE4
Tints of Orchid #D27CE4
RGB
CMYK
RGB Variations
Color information
#D27CE4 (or 0xD27CE4) is known color: Orchid. HEX triplet: D2, 7C and E4. RGB value is (210,124,228). Sum of RGB (Red+Green+Blue) = 210+124+228=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #D27CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CE4 is #2D831B. Grayscale: #A1A1A1. Windows color (decimal): -2982684 or 14974162. OLE color: 14974162.
HSL color Cylindrical-coordinate representation of color #D27CE4: hue angle of 289.62º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27CE4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 124 | 228 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.11 |
| HSL | 289.62º | 0.66% | 0.69% | - |
| HSV(B) | 289.62º | 0.46% | 0.89% | - |
| XYZ | 47.79 | 33.72 | 77.39 | - |
| YUV | 161.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 228 | 0.08 | 0.46 | 0 | 0.11 | 289.62 | 0.66 | 0.69 |
| Hex | D2 | 7C | E4 | 8 | 2E | 0 | B | 122 | 42 | 45 |
| Octal | 322 | 174 | 344 | 10 | 56 | 0 | 13 | 442 | 102 | 105 |
| Binary | 11010010 | 1111100 | 11100100 | 1000 | 101110 | 0 | 1011 | 100100010 | 1000010 | 1000101 |
Color Harmonies of #D27CE4
Complementary color
Monochromatic Colors of #D27CE4
Black with #D27CE4
Text Example
Text Example
White with #D27CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27CE4; }
p { color: rgb(210,124,228); }
H1.HeaderClassName
{
color: #D27CE4;
}
.AnyTagClassName
{
color: #D27CE4;
}
</style>
background-color css
<style>
a { background-color: #D27CE4; }
a { background-color: rgb(210,124,228); }
div.DivClassName
{
background-color: #D27CE4;
}
.BgClassName
{
background-color: #D27CE4;
}
</style>
border-color css
<style>
span { border-color: #D27CE4; }
span { border-color: rgb(210,124,228); }
td.TdClassName
{
border-color: #D27CE4;
}
.TagClassName
{
border-color: #D27CE4;
}
</style>