Shades of Orchid #D07DCB
Tints of Orchid #D07DCB
RGB
CMYK
RGB Variations
Color information
#D07DCB (or 0xD07DCB) is known color: Orchid. HEX triplet: D0, 7D and CB. RGB value is (208,125,203). Sum of RGB (Red+Green+Blue) = 208+125+203=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DCB is #2F8234. Grayscale: #9E9E9E. Windows color (decimal): -3113525 or 13336016. OLE color: 13336016.
HSL color Cylindrical-coordinate representation of color #D07DCB: hue angle of 303.61º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DCB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 203 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.18 |
| HSL | 303.61º | 0.47% | 0.65% | - |
| HSV(B) | 303.61º | 0.4% | 0.82% | - |
| XYZ | 44.13 | 32.39 | 60.43 | - |
| YUV | 158.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 203 | 0 | 0.40 | 0.02 | 0.18 | 303.61 | 0.47 | 0.65 |
| Hex | D0 | 7D | CB | 0 | 28 | 2 | 12 | 130 | 2F | 41 |
| Octal | 320 | 175 | 313 | 0 | 50 | 2 | 22 | 460 | 57 | 101 |
| Binary | 11010000 | 1111101 | 11001011 | 0 | 101000 | 10 | 10010 | 100110000 | 101111 | 1000001 |
Color Harmonies of #D07DCB
Complementary color
Monochromatic Colors of #D07DCB
Black with #D07DCB
Text Example
Text Example
White with #D07DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DCB; }
p { color: rgb(208,125,203); }
H1.HeaderClassName
{
color: #D07DCB;
}
.AnyTagClassName
{
color: #D07DCB;
}
</style>
background-color css
<style>
a { background-color: #D07DCB; }
a { background-color: rgb(208,125,203); }
div.DivClassName
{
background-color: #D07DCB;
}
.BgClassName
{
background-color: #D07DCB;
}
</style>
border-color css
<style>
span { border-color: #D07DCB; }
span { border-color: rgb(208,125,203); }
td.TdClassName
{
border-color: #D07DCB;
}
.TagClassName
{
border-color: #D07DCB;
}
</style>