Shades of Orchid #D27BE4
Tints of Orchid #D27BE4
RGB
CMYK
RGB Variations
Color information
#D27BE4 (or 0xD27BE4) is known color: Orchid. HEX triplet: D2, 7B and E4. RGB value is (210,123,228). Sum of RGB (Red+Green+Blue) = 210+123+228=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #D27BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27BE4 is #2D841B. Grayscale: #A0A0A0. Windows color (decimal): -2982940 or 14973906. OLE color: 14973906.
HSL color Cylindrical-coordinate representation of color #D27BE4: hue angle of 289.71º 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 #D27BE4 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 123 | 228 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.11 |
| HSL | 289.71º | 0.66% | 0.69% | - |
| HSV(B) | 289.71º | 0.46% | 0.89% | - |
| XYZ | 47.66 | 33.47 | 77.35 | - |
| YUV | 160.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 228 | 0.08 | 0.46 | 0 | 0.11 | 289.71 | 0.66 | 0.69 |
| Hex | D2 | 7B | E4 | 8 | 2E | 0 | B | 122 | 42 | 45 |
| Octal | 322 | 173 | 344 | 10 | 56 | 0 | 13 | 442 | 102 | 105 |
| Binary | 11010010 | 1111011 | 11100100 | 1000 | 101110 | 0 | 1011 | 100100010 | 1000010 | 1000101 |
Color Harmonies of #D27BE4
Complementary color
Monochromatic Colors of #D27BE4
Black with #D27BE4
Text Example
Text Example
White with #D27BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BE4; }
p { color: rgb(210,123,228); }
H1.HeaderClassName
{
color: #D27BE4;
}
.AnyTagClassName
{
color: #D27BE4;
}
</style>
background-color css
<style>
a { background-color: #D27BE4; }
a { background-color: rgb(210,123,228); }
div.DivClassName
{
background-color: #D27BE4;
}
.BgClassName
{
background-color: #D27BE4;
}
</style>
border-color css
<style>
span { border-color: #D27BE4; }
span { border-color: rgb(210,123,228); }
td.TdClassName
{
border-color: #D27BE4;
}
.TagClassName
{
border-color: #D27BE4;
}
</style>