Shades of Orchid #D07CDA
Tints of Orchid #D07CDA
RGB
CMYK
RGB Variations
Color information
#D07CDA (or 0xD07CDA) is known color: Orchid. HEX triplet: D0, 7C and DA. RGB value is (208,124,218). Sum of RGB (Red+Green+Blue) = 208+124+218=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #D07CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CDA is #2F8325. Grayscale: #9F9F9F. Windows color (decimal): -3113766 or 14318800. OLE color: 14318800.
HSL color Cylindrical-coordinate representation of color #D07CDA: hue angle of 293.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07CDA is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 124 | 218 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.15 |
| HSL | 293.62º | 0.56% | 0.67% | - |
| HSV(B) | 293.62º | 0.43% | 0.85% | - |
| XYZ | 45.87 | 32.89 | 70.26 | - |
| YUV | 159.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 218 | 0.05 | 0.43 | 0 | 0.15 | 293.62 | 0.56 | 0.67 |
| Hex | D0 | 7C | DA | 5 | 2B | 0 | F | 126 | 38 | 43 |
| Octal | 320 | 174 | 332 | 5 | 53 | 0 | 17 | 446 | 70 | 103 |
| Binary | 11010000 | 1111100 | 11011010 | 101 | 101011 | 0 | 1111 | 100100110 | 111000 | 1000011 |
Color Harmonies of #D07CDA
Complementary color
Monochromatic Colors of #D07CDA
Black with #D07CDA
Text Example
Text Example
White with #D07CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CDA; }
p { color: rgb(208,124,218); }
H1.HeaderClassName
{
color: #D07CDA;
}
.AnyTagClassName
{
color: #D07CDA;
}
</style>
background-color css
<style>
a { background-color: #D07CDA; }
a { background-color: rgb(208,124,218); }
div.DivClassName
{
background-color: #D07CDA;
}
.BgClassName
{
background-color: #D07CDA;
}
</style>
border-color css
<style>
span { border-color: #D07CDA; }
span { border-color: rgb(208,124,218); }
td.TdClassName
{
border-color: #D07CDA;
}
.TagClassName
{
border-color: #D07CDA;
}
</style>