Shades of Orchid #D07BE1
Tints of Orchid #D07BE1
RGB
CMYK
RGB Variations
Color information
#D07BE1 (or 0xD07BE1) is known color: Orchid. HEX triplet: D0, 7B and E1. RGB value is (208,123,225). Sum of RGB (Red+Green+Blue) = 208+123+225=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #D07BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BE1 is #2F841E. Grayscale: #9F9F9F. Windows color (decimal): -3114015 or 14777296. OLE color: 14777296.
HSL color Cylindrical-coordinate representation of color #D07BE1: hue angle of 290º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07BE1 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 123 | 225 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.12 |
| HSL | 290º | 0.63% | 0.68% | - |
| HSV(B) | 290º | 0.45% | 0.88% | - |
| XYZ | 46.69 | 33.01 | 75.15 | - |
| YUV | 160.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 123 | 225 | 0.08 | 0.45 | 0 | 0.12 | 290 | 0.63 | 0.68 |
| Hex | D0 | 7B | E1 | 8 | 2D | 0 | C | 122 | 3F | 44 |
| Octal | 320 | 173 | 341 | 10 | 55 | 0 | 14 | 442 | 77 | 104 |
| Binary | 11010000 | 1111011 | 11100001 | 1000 | 101101 | 0 | 1100 | 100100010 | 111111 | 1000100 |
Color Harmonies of #D07BE1
Complementary color
Monochromatic Colors of #D07BE1
Black with #D07BE1
Text Example
Text Example
White with #D07BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07BE1; }
p { color: rgb(208,123,225); }
H1.HeaderClassName
{
color: #D07BE1;
}
.AnyTagClassName
{
color: #D07BE1;
}
</style>
background-color css
<style>
a { background-color: #D07BE1; }
a { background-color: rgb(208,123,225); }
div.DivClassName
{
background-color: #D07BE1;
}
.BgClassName
{
background-color: #D07BE1;
}
</style>
border-color css
<style>
span { border-color: #D07BE1; }
span { border-color: rgb(208,123,225); }
td.TdClassName
{
border-color: #D07BE1;
}
.TagClassName
{
border-color: #D07BE1;
}
</style>