Shades of Orchid #D07DC3
Tints of Orchid #D07DC3
RGB
CMYK
RGB Variations
Color information
#D07DC3 (or 0xD07DC3) is known color: Orchid. HEX triplet: D0, 7D and C3. RGB value is (208,125,195). Sum of RGB (Red+Green+Blue) = 208+125+195=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DC3 is #2F823C. Grayscale: #9D9D9D. Windows color (decimal): -3113533 or 12811728. OLE color: 12811728.
HSL color Cylindrical-coordinate representation of color #D07DC3: hue angle of 309.4º 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 #D07DC3 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 195 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.18 |
| HSL | 309.4º | 0.47% | 0.65% | - |
| HSV(B) | 309.4º | 0.4% | 0.82% | - |
| XYZ | 43.2 | 32.02 | 55.53 | - |
| YUV | 157.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 195 | 0 | 0.40 | 0.06 | 0.18 | 309.4 | 0.47 | 0.65 |
| Hex | D0 | 7D | C3 | 0 | 28 | 6 | 12 | 135 | 2F | 41 |
| Octal | 320 | 175 | 303 | 0 | 50 | 6 | 22 | 465 | 57 | 101 |
| Binary | 11010000 | 1111101 | 11000011 | 0 | 101000 | 110 | 10010 | 100110101 | 101111 | 1000001 |
Color Harmonies of #D07DC3
Complementary color
Monochromatic Colors of #D07DC3
Black with #D07DC3
Text Example
Text Example
White with #D07DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DC3; }
p { color: rgb(208,125,195); }
H1.HeaderClassName
{
color: #D07DC3;
}
.AnyTagClassName
{
color: #D07DC3;
}
</style>
background-color css
<style>
a { background-color: #D07DC3; }
a { background-color: rgb(208,125,195); }
div.DivClassName
{
background-color: #D07DC3;
}
.BgClassName
{
background-color: #D07DC3;
}
</style>
border-color css
<style>
span { border-color: #D07DC3; }
span { border-color: rgb(208,125,195); }
td.TdClassName
{
border-color: #D07DC3;
}
.TagClassName
{
border-color: #D07DC3;
}
</style>