Shades of Orchid #D06EC5
Tints of Orchid #D06EC5
RGB
CMYK
RGB Variations
Color information
#D06EC5 (or 0xD06EC5) is known color: Orchid. HEX triplet: D0, 6E and C5. RGB value is (208,110,197). Sum of RGB (Red+Green+Blue) = 208+110+197=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D06EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06EC5 is #2F913A. Grayscale: #949494. Windows color (decimal): -3117371 or 12938960. OLE color: 12938960.
HSL color Cylindrical-coordinate representation of color #D06EC5: hue angle of 306.73º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06EC5 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 110 | 197 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.18 |
| HSL | 306.73º | 0.51% | 0.62% | - |
| HSV(B) | 306.73º | 0.47% | 0.82% | - |
| XYZ | 41.67 | 28.59 | 56.15 | - |
| YUV | 149.22 | 154.97 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 110 | 197 | 0 | 0.47 | 0.05 | 0.18 | 306.73 | 0.51 | 0.62 |
| Hex | D0 | 6E | C5 | 0 | 2F | 5 | 12 | 133 | 33 | 3E |
| Octal | 320 | 156 | 305 | 0 | 57 | 5 | 22 | 463 | 63 | 76 |
| Binary | 11010000 | 1101110 | 11000101 | 0 | 101111 | 101 | 10010 | 100110011 | 110011 | 111110 |
Color Harmonies of #D06EC5
Complementary color
Monochromatic Colors of #D06EC5
Black with #D06EC5
Text Example
Text Example
White with #D06EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06EC5; }
p { color: rgb(208,110,197); }
H1.HeaderClassName
{
color: #D06EC5;
}
.AnyTagClassName
{
color: #D06EC5;
}
</style>
background-color css
<style>
a { background-color: #D06EC5; }
a { background-color: rgb(208,110,197); }
div.DivClassName
{
background-color: #D06EC5;
}
.BgClassName
{
background-color: #D06EC5;
}
</style>
border-color css
<style>
span { border-color: #D06EC5; }
span { border-color: rgb(208,110,197); }
td.TdClassName
{
border-color: #D06EC5;
}
.TagClassName
{
border-color: #D06EC5;
}
</style>