Shades of Orchid #D061E7
Tints of Orchid #D061E7
RGB
CMYK
RGB Variations
Color information
#D061E7 (or 0xD061E7) is known color: Orchid. HEX triplet: D0, 61 and E7. RGB value is (208,97,231). Sum of RGB (Red+Green+Blue) = 208+97+231=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #D061E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D061E7 is #2F9E18. Grayscale: #919191. Windows color (decimal): -3120665 or 15163856. OLE color: 15163856.
HSL color Cylindrical-coordinate representation of color #D061E7: hue angle of 289.7º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D061E7 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 97 | 231 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.09 |
| HSL | 289.7º | 0.74% | 0.64% | - |
| HSV(B) | 289.7º | 0.58% | 0.91% | - |
| XYZ | 44.71 | 27.73 | 78.6 | - |
| YUV | 145.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 231 | 0.10 | 0.58 | 0 | 0.09 | 289.7 | 0.74 | 0.64 |
| Hex | D0 | 61 | E7 | A | 3A | 0 | 9 | 122 | 4A | 40 |
| Octal | 320 | 141 | 347 | 12 | 72 | 0 | 11 | 442 | 112 | 100 |
| Binary | 11010000 | 1100001 | 11100111 | 1010 | 111010 | 0 | 1001 | 100100010 | 1001010 | 1000000 |
Color Harmonies of #D061E7
Complementary color
Monochromatic Colors of #D061E7
Black with #D061E7
Text Example
Text Example
White with #D061E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D061E7; }
p { color: rgb(208,97,231); }
H1.HeaderClassName
{
color: #D061E7;
}
.AnyTagClassName
{
color: #D061E7;
}
</style>
background-color css
<style>
a { background-color: #D061E7; }
a { background-color: rgb(208,97,231); }
div.DivClassName
{
background-color: #D061E7;
}
.BgClassName
{
background-color: #D061E7;
}
</style>
border-color css
<style>
span { border-color: #D061E7; }
span { border-color: rgb(208,97,231); }
td.TdClassName
{
border-color: #D061E7;
}
.TagClassName
{
border-color: #D061E7;
}
</style>