Shades of Orchid #D06ADC
Tints of Orchid #D06ADC
RGB
CMYK
RGB Variations
Color information
#D06ADC (or 0xD06ADC) is known color: Orchid. HEX triplet: D0, 6A and DC. RGB value is (208,106,220). Sum of RGB (Red+Green+Blue) = 208+106+220=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #D06ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06ADC is #2F9523. Grayscale: #959595. Windows color (decimal): -3118372 or 14445264. OLE color: 14445264.
HSL color Cylindrical-coordinate representation of color #D06ADC: hue angle of 293.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06ADC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 106 | 220 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.14 |
| HSL | 293.68º | 0.62% | 0.64% | - |
| HSV(B) | 293.68º | 0.52% | 0.86% | - |
| XYZ | 44.08 | 28.89 | 70.96 | - |
| YUV | 149.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 220 | 0.05 | 0.52 | 0 | 0.14 | 293.68 | 0.62 | 0.64 |
| Hex | D0 | 6A | DC | 5 | 34 | 0 | E | 126 | 3E | 40 |
| Octal | 320 | 152 | 334 | 5 | 64 | 0 | 16 | 446 | 76 | 100 |
| Binary | 11010000 | 1101010 | 11011100 | 101 | 110100 | 0 | 1110 | 100100110 | 111110 | 1000000 |
Color Harmonies of #D06ADC
Complementary color
Monochromatic Colors of #D06ADC
Black with #D06ADC
Text Example
Text Example
White with #D06ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06ADC; }
p { color: rgb(208,106,220); }
H1.HeaderClassName
{
color: #D06ADC;
}
.AnyTagClassName
{
color: #D06ADC;
}
</style>
background-color css
<style>
a { background-color: #D06ADC; }
a { background-color: rgb(208,106,220); }
div.DivClassName
{
background-color: #D06ADC;
}
.BgClassName
{
background-color: #D06ADC;
}
</style>
border-color css
<style>
span { border-color: #D06ADC; }
span { border-color: rgb(208,106,220); }
td.TdClassName
{
border-color: #D06ADC;
}
.TagClassName
{
border-color: #D06ADC;
}
</style>