Shades of Orchid #D07BE4
Tints of Orchid #D07BE4
RGB
CMYK
RGB Variations
Color information
#D07BE4 (or 0xD07BE4) is known color: Orchid. HEX triplet: D0, 7B and E4. RGB value is (208,123,228). Sum of RGB (Red+Green+Blue) = 208+123+228=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #D07BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BE4 is #2F841B. Grayscale: #A0A0A0. Windows color (decimal): -3114012 or 14973904. OLE color: 14973904.
HSL color Cylindrical-coordinate representation of color #D07BE4: hue angle of 288.57º 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 #D07BE4 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 123 | 228 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.11 |
| HSL | 288.57º | 0.66% | 0.69% | - |
| HSV(B) | 288.57º | 0.46% | 0.89% | - |
| XYZ | 47.1 | 33.18 | 77.32 | - |
| YUV | 160.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 228 | 0.09 | 0.46 | 0 | 0.11 | 288.57 | 0.66 | 0.69 |
| Hex | D0 | 7B | E4 | 9 | 2E | 0 | B | 121 | 42 | 45 |
| Octal | 320 | 173 | 344 | 11 | 56 | 0 | 13 | 441 | 102 | 105 |
| Binary | 11010000 | 1111011 | 11100100 | 1001 | 101110 | 0 | 1011 | 100100001 | 1000010 | 1000101 |
Color Harmonies of #D07BE4
Complementary color
Monochromatic Colors of #D07BE4
Black with #D07BE4
Text Example
Text Example
White with #D07BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BE4; }
p { color: rgb(208,123,228); }
H1.HeaderClassName
{
color: #D07BE4;
}
.AnyTagClassName
{
color: #D07BE4;
}
</style>
background-color css
<style>
a { background-color: #D07BE4; }
a { background-color: rgb(208,123,228); }
div.DivClassName
{
background-color: #D07BE4;
}
.BgClassName
{
background-color: #D07BE4;
}
</style>
border-color css
<style>
span { border-color: #D07BE4; }
span { border-color: rgb(208,123,228); }
td.TdClassName
{
border-color: #D07BE4;
}
.TagClassName
{
border-color: #D07BE4;
}
</style>