Shades of Orchid #D27BE6
Tints of Orchid #D27BE6
RGB
CMYK
RGB Variations
Color information
#D27BE6 (or 0xD27BE6) is known color: Orchid. HEX triplet: D2, 7B and E6. RGB value is (210,123,230). Sum of RGB (Red+Green+Blue) = 210+123+230=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #D27BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27BE6 is #2D8419. Grayscale: #A0A0A0. Windows color (decimal): -2982938 or 15104978. OLE color: 15104978.
HSL color Cylindrical-coordinate representation of color #D27BE6: hue angle of 288.79º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27BE6 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 123 | 230 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.10 |
| HSL | 288.79º | 0.68% | 0.69% | - |
| HSV(B) | 288.79º | 0.47% | 0.9% | - |
| XYZ | 47.94 | 33.58 | 78.82 | - |
| YUV | 161.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 230 | 0.09 | 0.47 | 0 | 0.10 | 288.79 | 0.68 | 0.69 |
| Hex | D2 | 7B | E6 | 9 | 2F | 0 | A | 121 | 44 | 45 |
| Octal | 322 | 173 | 346 | 11 | 57 | 0 | 12 | 441 | 104 | 105 |
| Binary | 11010010 | 1111011 | 11100110 | 1001 | 101111 | 0 | 1010 | 100100001 | 1000100 | 1000101 |
Color Harmonies of #D27BE6
Complementary color
Monochromatic Colors of #D27BE6
Black with #D27BE6
Text Example
Text Example
White with #D27BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27BE6; }
p { color: rgb(210,123,230); }
H1.HeaderClassName
{
color: #D27BE6;
}
.AnyTagClassName
{
color: #D27BE6;
}
</style>
background-color css
<style>
a { background-color: #D27BE6; }
a { background-color: rgb(210,123,230); }
div.DivClassName
{
background-color: #D27BE6;
}
.BgClassName
{
background-color: #D27BE6;
}
</style>
border-color css
<style>
span { border-color: #D27BE6; }
span { border-color: rgb(210,123,230); }
td.TdClassName
{
border-color: #D27BE6;
}
.TagClassName
{
border-color: #D27BE6;
}
</style>