Shades of Orchid #D06FE4
Tints of Orchid #D06FE4
RGB
CMYK
RGB Variations
Color information
#D06FE4 (or 0xD06FE4) is known color: Orchid. HEX triplet: D0, 6F and E4. RGB value is (208,111,228). Sum of RGB (Red+Green+Blue) = 208+111+228=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #D06FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FE4 is #2F901B. Grayscale: #989898. Windows color (decimal): -3117084 or 14970832. OLE color: 14970832.
HSL color Cylindrical-coordinate representation of color #D06FE4: hue angle of 289.74º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06FE4 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 111 | 228 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.11 |
| HSL | 289.74º | 0.68% | 0.66% | - |
| HSV(B) | 289.74º | 0.51% | 0.89% | - |
| XYZ | 45.7 | 30.38 | 76.85 | - |
| YUV | 153.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 228 | 0.09 | 0.51 | 0 | 0.11 | 289.74 | 0.68 | 0.66 |
| Hex | D0 | 6F | E4 | 9 | 33 | 0 | B | 122 | 44 | 42 |
| Octal | 320 | 157 | 344 | 11 | 63 | 0 | 13 | 442 | 104 | 102 |
| Binary | 11010000 | 1101111 | 11100100 | 1001 | 110011 | 0 | 1011 | 100100010 | 1000100 | 1000010 |
Color Harmonies of #D06FE4
Complementary color
Monochromatic Colors of #D06FE4
Black with #D06FE4
Text Example
Text Example
White with #D06FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FE4; }
p { color: rgb(208,111,228); }
H1.HeaderClassName
{
color: #D06FE4;
}
.AnyTagClassName
{
color: #D06FE4;
}
</style>
background-color css
<style>
a { background-color: #D06FE4; }
a { background-color: rgb(208,111,228); }
div.DivClassName
{
background-color: #D06FE4;
}
.BgClassName
{
background-color: #D06FE4;
}
</style>
border-color css
<style>
span { border-color: #D06FE4; }
span { border-color: rgb(208,111,228); }
td.TdClassName
{
border-color: #D06FE4;
}
.TagClassName
{
border-color: #D06FE4;
}
</style>