Shades of Orchid #D06BE5
Tints of Orchid #D06BE5
RGB
CMYK
RGB Variations
Color information
#D06BE5 (or 0xD06BE5) is known color: Orchid. HEX triplet: D0, 6B and E5. RGB value is (208,107,229). Sum of RGB (Red+Green+Blue) = 208+107+229=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #D06BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BE5 is #2F941A. Grayscale: #969696. Windows color (decimal): -3118107 or 15035344. OLE color: 15035344.
HSL color Cylindrical-coordinate representation of color #D06BE5: hue angle of 289.67º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06BE5 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 107 | 229 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.10 |
| HSL | 289.67º | 0.7% | 0.66% | - |
| HSV(B) | 289.67º | 0.53% | 0.9% | - |
| XYZ | 45.41 | 29.58 | 77.45 | - |
| YUV | 151.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 229 | 0.09 | 0.53 | 0 | 0.10 | 289.67 | 0.7 | 0.66 |
| Hex | D0 | 6B | E5 | 9 | 35 | 0 | A | 122 | 46 | 42 |
| Octal | 320 | 153 | 345 | 11 | 65 | 0 | 12 | 442 | 106 | 102 |
| Binary | 11010000 | 1101011 | 11100101 | 1001 | 110101 | 0 | 1010 | 100100010 | 1000110 | 1000010 |
Color Harmonies of #D06BE5
Complementary color
Monochromatic Colors of #D06BE5
Black with #D06BE5
Text Example
Text Example
White with #D06BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BE5; }
p { color: rgb(208,107,229); }
H1.HeaderClassName
{
color: #D06BE5;
}
.AnyTagClassName
{
color: #D06BE5;
}
</style>
background-color css
<style>
a { background-color: #D06BE5; }
a { background-color: rgb(208,107,229); }
div.DivClassName
{
background-color: #D06BE5;
}
.BgClassName
{
background-color: #D06BE5;
}
</style>
border-color css
<style>
span { border-color: #D06BE5; }
span { border-color: rgb(208,107,229); }
td.TdClassName
{
border-color: #D06BE5;
}
.TagClassName
{
border-color: #D06BE5;
}
</style>