Shades of Orchid #D06BE3
Tints of Orchid #D06BE3
RGB
CMYK
RGB Variations
Color information
#D06BE3 (or 0xD06BE3) is known color: Orchid. HEX triplet: D0, 6B and E3. RGB value is (208,107,227). Sum of RGB (Red+Green+Blue) = 208+107+227=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #D06BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BE3 is #2F941C. Grayscale: #969696. Windows color (decimal): -3118109 or 14904272. OLE color: 14904272.
HSL color Cylindrical-coordinate representation of color #D06BE3: hue angle of 290.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06BE3 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 107 | 227 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.11 |
| HSL | 290.5º | 0.68% | 0.65% | - |
| HSV(B) | 290.5º | 0.53% | 0.89% | - |
| XYZ | 45.14 | 29.47 | 75.98 | - |
| YUV | 150.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 227 | 0.08 | 0.53 | 0 | 0.11 | 290.5 | 0.68 | 0.65 |
| Hex | D0 | 6B | E3 | 8 | 35 | 0 | B | 122 | 44 | 41 |
| Octal | 320 | 153 | 343 | 10 | 65 | 0 | 13 | 442 | 104 | 101 |
| Binary | 11010000 | 1101011 | 11100011 | 1000 | 110101 | 0 | 1011 | 100100010 | 1000100 | 1000001 |
Color Harmonies of #D06BE3
Complementary color
Monochromatic Colors of #D06BE3
Black with #D06BE3
Text Example
Text Example
White with #D06BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BE3; }
p { color: rgb(208,107,227); }
H1.HeaderClassName
{
color: #D06BE3;
}
.AnyTagClassName
{
color: #D06BE3;
}
</style>
background-color css
<style>
a { background-color: #D06BE3; }
a { background-color: rgb(208,107,227); }
div.DivClassName
{
background-color: #D06BE3;
}
.BgClassName
{
background-color: #D06BE3;
}
</style>
border-color css
<style>
span { border-color: #D06BE3; }
span { border-color: rgb(208,107,227); }
td.TdClassName
{
border-color: #D06BE3;
}
.TagClassName
{
border-color: #D06BE3;
}
</style>