Shades of Orchid #D06FE0
Tints of Orchid #D06FE0
RGB
CMYK
RGB Variations
Color information
#D06FE0 (or 0xD06FE0) is known color: Orchid. HEX triplet: D0, 6F and E0. RGB value is (208,111,224). Sum of RGB (Red+Green+Blue) = 208+111+224=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #D06FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FE0 is #2F901F. Grayscale: #989898. Windows color (decimal): -3117088 or 14708688. OLE color: 14708688.
HSL color Cylindrical-coordinate representation of color #D06FE0: hue angle of 291.5º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06FE0 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 111 | 224 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.12 |
| HSL | 291.5º | 0.65% | 0.66% | - |
| HSV(B) | 291.5º | 0.5% | 0.88% | - |
| XYZ | 45.15 | 30.16 | 73.96 | - |
| YUV | 152.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 224 | 0.07 | 0.50 | 0 | 0.12 | 291.5 | 0.65 | 0.66 |
| Hex | D0 | 6F | E0 | 7 | 32 | 0 | C | 124 | 41 | 42 |
| Octal | 320 | 157 | 340 | 7 | 62 | 0 | 14 | 444 | 101 | 102 |
| Binary | 11010000 | 1101111 | 11100000 | 111 | 110010 | 0 | 1100 | 100100100 | 1000001 | 1000010 |
Color Harmonies of #D06FE0
Complementary color
Monochromatic Colors of #D06FE0
Black with #D06FE0
Text Example
Text Example
White with #D06FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FE0; }
p { color: rgb(208,111,224); }
H1.HeaderClassName
{
color: #D06FE0;
}
.AnyTagClassName
{
color: #D06FE0;
}
</style>
background-color css
<style>
a { background-color: #D06FE0; }
a { background-color: rgb(208,111,224); }
div.DivClassName
{
background-color: #D06FE0;
}
.BgClassName
{
background-color: #D06FE0;
}
</style>
border-color css
<style>
span { border-color: #D06FE0; }
span { border-color: rgb(208,111,224); }
td.TdClassName
{
border-color: #D06FE0;
}
.TagClassName
{
border-color: #D06FE0;
}
</style>