Shades of Orchid #D061DC
Tints of Orchid #D061DC
RGB
CMYK
RGB Variations
Color information
#D061DC (or 0xD061DC) is known color: Orchid. HEX triplet: D0, 61 and DC. RGB value is (208,97,220). Sum of RGB (Red+Green+Blue) = 208+97+220=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #D061DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061DC is #2F9E23. Grayscale: #8F8F8F. Windows color (decimal): -3120676 or 14442960. OLE color: 14442960.
HSL color Cylindrical-coordinate representation of color #D061DC: hue angle of 294.15º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D061DC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 97 | 220 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.14 |
| HSL | 294.15º | 0.64% | 0.62% | - |
| HSV(B) | 294.15º | 0.56% | 0.86% | - |
| XYZ | 43.21 | 27.13 | 70.67 | - |
| YUV | 144.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 220 | 0.05 | 0.56 | 0 | 0.14 | 294.15 | 0.64 | 0.62 |
| Hex | D0 | 61 | DC | 5 | 38 | 0 | E | 126 | 40 | 3E |
| Octal | 320 | 141 | 334 | 5 | 70 | 0 | 16 | 446 | 100 | 76 |
| Binary | 11010000 | 1100001 | 11011100 | 101 | 111000 | 0 | 1110 | 100100110 | 1000000 | 111110 |
Color Harmonies of #D061DC
Complementary color
Monochromatic Colors of #D061DC
Black with #D061DC
Text Example
Text Example
White with #D061DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D061DC; }
p { color: rgb(208,97,220); }
H1.HeaderClassName
{
color: #D061DC;
}
.AnyTagClassName
{
color: #D061DC;
}
</style>
background-color css
<style>
a { background-color: #D061DC; }
a { background-color: rgb(208,97,220); }
div.DivClassName
{
background-color: #D061DC;
}
.BgClassName
{
background-color: #D061DC;
}
</style>
border-color css
<style>
span { border-color: #D061DC; }
span { border-color: rgb(208,97,220); }
td.TdClassName
{
border-color: #D061DC;
}
.TagClassName
{
border-color: #D061DC;
}
</style>