Shades of Orchid #D07CC9
Tints of Orchid #D07CC9
RGB
CMYK
RGB Variations
Color information
#D07CC9 (or 0xD07CC9) is known color: Orchid. HEX triplet: D0, 7C and C9. RGB value is (208,124,201). Sum of RGB (Red+Green+Blue) = 208+124+201=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CC9 is #2F8336. Grayscale: #9D9D9D. Windows color (decimal): -3113783 or 13204688. OLE color: 13204688.
HSL color Cylindrical-coordinate representation of color #D07CC9: hue angle of 305º 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 #D07CC9 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 201 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.18 |
| HSL | 305º | 0.47% | 0.65% | - |
| HSV(B) | 305º | 0.4% | 0.82% | - |
| XYZ | 43.76 | 32.04 | 59.14 | - |
| YUV | 157.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 201 | 0 | 0.40 | 0.03 | 0.18 | 305 | 0.47 | 0.65 |
| Hex | D0 | 7C | C9 | 0 | 28 | 3 | 12 | 131 | 2F | 41 |
| Octal | 320 | 174 | 311 | 0 | 50 | 3 | 22 | 461 | 57 | 101 |
| Binary | 11010000 | 1111100 | 11001001 | 0 | 101000 | 11 | 10010 | 100110001 | 101111 | 1000001 |
Color Harmonies of #D07CC9
Complementary color
Monochromatic Colors of #D07CC9
Black with #D07CC9
Text Example
Text Example
White with #D07CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CC9; }
p { color: rgb(208,124,201); }
H1.HeaderClassName
{
color: #D07CC9;
}
.AnyTagClassName
{
color: #D07CC9;
}
</style>
background-color css
<style>
a { background-color: #D07CC9; }
a { background-color: rgb(208,124,201); }
div.DivClassName
{
background-color: #D07CC9;
}
.BgClassName
{
background-color: #D07CC9;
}
</style>
border-color css
<style>
span { border-color: #D07CC9; }
span { border-color: rgb(208,124,201); }
td.TdClassName
{
border-color: #D07CC9;
}
.TagClassName
{
border-color: #D07CC9;
}
</style>