Shades of Orchid #D07CD3
Tints of Orchid #D07CD3
RGB
CMYK
RGB Variations
Color information
#D07CD3 (or 0xD07CD3) is known color: Orchid. HEX triplet: D0, 7C and D3. RGB value is (208,124,211). Sum of RGB (Red+Green+Blue) = 208+124+211=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #D07CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CD3 is #2F832C. Grayscale: #9E9E9E. Windows color (decimal): -3113773 or 13860048. OLE color: 13860048.
HSL color Cylindrical-coordinate representation of color #D07CD3: hue angle of 297.93º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07CD3 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 124 | 211 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.17 |
| HSL | 297.93º | 0.5% | 0.66% | - |
| HSV(B) | 297.93º | 0.41% | 0.83% | - |
| XYZ | 44.98 | 32.53 | 65.54 | - |
| YUV | 159.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 211 | 0.01 | 0.41 | 0 | 0.17 | 297.93 | 0.5 | 0.66 |
| Hex | D0 | 7C | D3 | 1 | 29 | 0 | 11 | 12A | 32 | 42 |
| Octal | 320 | 174 | 323 | 1 | 51 | 0 | 21 | 452 | 62 | 102 |
| Binary | 11010000 | 1111100 | 11010011 | 1 | 101001 | 0 | 10001 | 100101010 | 110010 | 1000010 |
Color Harmonies of #D07CD3
Complementary color
Monochromatic Colors of #D07CD3
Black with #D07CD3
Text Example
Text Example
White with #D07CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CD3; }
p { color: rgb(208,124,211); }
H1.HeaderClassName
{
color: #D07CD3;
}
.AnyTagClassName
{
color: #D07CD3;
}
</style>
background-color css
<style>
a { background-color: #D07CD3; }
a { background-color: rgb(208,124,211); }
div.DivClassName
{
background-color: #D07CD3;
}
.BgClassName
{
background-color: #D07CD3;
}
</style>
border-color css
<style>
span { border-color: #D07CD3; }
span { border-color: rgb(208,124,211); }
td.TdClassName
{
border-color: #D07CD3;
}
.TagClassName
{
border-color: #D07CD3;
}
</style>