Shades of Orchid #D07AC2
Tints of Orchid #D07AC2
RGB
CMYK
RGB Variations
Color information
#D07AC2 (or 0xD07AC2) is known color: Orchid. HEX triplet: D0, 7A and C2. RGB value is (208,122,194). Sum of RGB (Red+Green+Blue) = 208+122+194=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AC2 is #2F853D. Grayscale: #9B9B9B. Windows color (decimal): -3114302 or 12745424. OLE color: 12745424.
HSL color Cylindrical-coordinate representation of color #D07AC2: hue angle of 309.77º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07AC2 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 194 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.18 |
| HSL | 309.77º | 0.48% | 0.65% | - |
| HSV(B) | 309.77º | 0.41% | 0.82% | - |
| XYZ | 42.71 | 31.22 | 54.81 | - |
| YUV | 155.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 194 | 0 | 0.41 | 0.07 | 0.18 | 309.77 | 0.48 | 0.65 |
| Hex | D0 | 7A | C2 | 0 | 29 | 7 | 12 | 136 | 30 | 41 |
| Octal | 320 | 172 | 302 | 0 | 51 | 7 | 22 | 466 | 60 | 101 |
| Binary | 11010000 | 1111010 | 11000010 | 0 | 101001 | 111 | 10010 | 100110110 | 110000 | 1000001 |
Color Harmonies of #D07AC2
Complementary color
Monochromatic Colors of #D07AC2
Black with #D07AC2
Text Example
Text Example
White with #D07AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07AC2; }
p { color: rgb(208,122,194); }
H1.HeaderClassName
{
color: #D07AC2;
}
.AnyTagClassName
{
color: #D07AC2;
}
</style>
background-color css
<style>
a { background-color: #D07AC2; }
a { background-color: rgb(208,122,194); }
div.DivClassName
{
background-color: #D07AC2;
}
.BgClassName
{
background-color: #D07AC2;
}
</style>
border-color css
<style>
span { border-color: #D07AC2; }
span { border-color: rgb(208,122,194); }
td.TdClassName
{
border-color: #D07AC2;
}
.TagClassName
{
border-color: #D07AC2;
}
</style>