Shades of Orchid #D07ABC
Tints of Orchid #D07ABC
RGB
CMYK
RGB Variations
Color information
#D07ABC (or 0xD07ABC) is known color: Orchid. HEX triplet: D0, 7A and BC. RGB value is (208,122,188). Sum of RGB (Red+Green+Blue) = 208+122+188=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ABC is #2F8543. Grayscale: #9B9B9B. Windows color (decimal): -3114308 or 12352208. OLE color: 12352208.
HSL color Cylindrical-coordinate representation of color #D07ABC: hue angle of 313.95º 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 #D07ABC is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 122 | 188 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.18 |
| HSL | 313.95º | 0.48% | 0.65% | - |
| HSV(B) | 313.95º | 0.41% | 0.82% | - |
| XYZ | 42.05 | 30.96 | 51.34 | - |
| YUV | 155.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 188 | 0 | 0.41 | 0.10 | 0.18 | 313.95 | 0.48 | 0.65 |
| Hex | D0 | 7A | BC | 0 | 29 | A | 12 | 13A | 30 | 41 |
| Octal | 320 | 172 | 274 | 0 | 51 | 12 | 22 | 472 | 60 | 101 |
| Binary | 11010000 | 1111010 | 10111100 | 0 | 101001 | 1010 | 10010 | 100111010 | 110000 | 1000001 |
Color Harmonies of #D07ABC
Complementary color
Monochromatic Colors of #D07ABC
Black with #D07ABC
Text Example
Text Example
White with #D07ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07ABC; }
p { color: rgb(208,122,188); }
H1.HeaderClassName
{
color: #D07ABC;
}
.AnyTagClassName
{
color: #D07ABC;
}
</style>
background-color css
<style>
a { background-color: #D07ABC; }
a { background-color: rgb(208,122,188); }
div.DivClassName
{
background-color: #D07ABC;
}
.BgClassName
{
background-color: #D07ABC;
}
</style>
border-color css
<style>
span { border-color: #D07ABC; }
span { border-color: rgb(208,122,188); }
td.TdClassName
{
border-color: #D07ABC;
}
.TagClassName
{
border-color: #D07ABC;
}
</style>