Shades of Orchid #D06BE4
Tints of Orchid #D06BE4
RGB
CMYK
RGB Variations
Color information
#D06BE4 (or 0xD06BE4) is known color: Orchid. HEX triplet: D0, 6B and E4. RGB value is (208,107,228). Sum of RGB (Red+Green+Blue) = 208+107+228=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #D06BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06BE4 is #2F941B. Grayscale: #969696. Windows color (decimal): -3118108 or 14969808. OLE color: 14969808.
HSL color Cylindrical-coordinate representation of color #D06BE4: hue angle of 290.08º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06BE4 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 107 | 228 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.11 |
| HSL | 290.08º | 0.69% | 0.66% | - |
| HSV(B) | 290.08º | 0.53% | 0.89% | - |
| XYZ | 45.27 | 29.53 | 76.71 | - |
| YUV | 150.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 228 | 0.09 | 0.53 | 0 | 0.11 | 290.08 | 0.69 | 0.66 |
| Hex | D0 | 6B | E4 | 9 | 35 | 0 | B | 122 | 45 | 42 |
| Octal | 320 | 153 | 344 | 11 | 65 | 0 | 13 | 442 | 105 | 102 |
| Binary | 11010000 | 1101011 | 11100100 | 1001 | 110101 | 0 | 1011 | 100100010 | 1000101 | 1000010 |
Color Harmonies of #D06BE4
Complementary color
Monochromatic Colors of #D06BE4
Black with #D06BE4
Text Example
Text Example
White with #D06BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BE4; }
p { color: rgb(208,107,228); }
H1.HeaderClassName
{
color: #D06BE4;
}
.AnyTagClassName
{
color: #D06BE4;
}
</style>
background-color css
<style>
a { background-color: #D06BE4; }
a { background-color: rgb(208,107,228); }
div.DivClassName
{
background-color: #D06BE4;
}
.BgClassName
{
background-color: #D06BE4;
}
</style>
border-color css
<style>
span { border-color: #D06BE4; }
span { border-color: rgb(208,107,228); }
td.TdClassName
{
border-color: #D06BE4;
}
.TagClassName
{
border-color: #D06BE4;
}
</style>