Shades of Orchid #D06AC2
Tints of Orchid #D06AC2
RGB
CMYK
RGB Variations
Color information
#D06AC2 (or 0xD06AC2) is known color: Orchid. HEX triplet: D0, 6A and C2. RGB value is (208,106,194). Sum of RGB (Red+Green+Blue) = 208+106+194=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D06AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06AC2 is #2F953D. Grayscale: #929292. Windows color (decimal): -3118398 or 12741328. OLE color: 12741328.
HSL color Cylindrical-coordinate representation of color #D06AC2: hue angle of 308.24º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06AC2 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 106 | 194 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.18 |
| HSL | 308.24º | 0.52% | 0.62% | - |
| HSV(B) | 308.24º | 0.49% | 0.82% | - |
| XYZ | 40.9 | 27.61 | 54.21 | - |
| YUV | 146.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 106 | 194 | 0 | 0.49 | 0.07 | 0.18 | 308.24 | 0.52 | 0.62 |
| Hex | D0 | 6A | C2 | 0 | 31 | 7 | 12 | 134 | 34 | 3E |
| Octal | 320 | 152 | 302 | 0 | 61 | 7 | 22 | 464 | 64 | 76 |
| Binary | 11010000 | 1101010 | 11000010 | 0 | 110001 | 111 | 10010 | 100110100 | 110100 | 111110 |
Color Harmonies of #D06AC2
Complementary color
Monochromatic Colors of #D06AC2
Black with #D06AC2
Text Example
Text Example
White with #D06AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06AC2; }
p { color: rgb(208,106,194); }
H1.HeaderClassName
{
color: #D06AC2;
}
.AnyTagClassName
{
color: #D06AC2;
}
</style>
background-color css
<style>
a { background-color: #D06AC2; }
a { background-color: rgb(208,106,194); }
div.DivClassName
{
background-color: #D06AC2;
}
.BgClassName
{
background-color: #D06AC2;
}
</style>
border-color css
<style>
span { border-color: #D06AC2; }
span { border-color: rgb(208,106,194); }
td.TdClassName
{
border-color: #D06AC2;
}
.TagClassName
{
border-color: #D06AC2;
}
</style>