Shades of Orchid #D07CCA
Tints of Orchid #D07CCA
RGB
CMYK
RGB Variations
Color information
#D07CCA (or 0xD07CCA) is known color: Orchid. HEX triplet: D0, 7C and CA. RGB value is (208,124,202). Sum of RGB (Red+Green+Blue) = 208+124+202=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CCA is #2F8335. Grayscale: #9D9D9D. Windows color (decimal): -3113782 or 13270224. OLE color: 13270224.
HSL color Cylindrical-coordinate representation of color #D07CCA: hue angle of 304.29º 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 #D07CCA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 202 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.18 |
| HSL | 304.29º | 0.47% | 0.65% | - |
| HSV(B) | 304.29º | 0.4% | 0.82% | - |
| XYZ | 43.88 | 32.09 | 59.76 | - |
| YUV | 158.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 202 | 0 | 0.40 | 0.03 | 0.18 | 304.29 | 0.47 | 0.65 |
| Hex | D0 | 7C | CA | 0 | 28 | 3 | 12 | 130 | 2F | 41 |
| Octal | 320 | 174 | 312 | 0 | 50 | 3 | 22 | 460 | 57 | 101 |
| Binary | 11010000 | 1111100 | 11001010 | 0 | 101000 | 11 | 10010 | 100110000 | 101111 | 1000001 |
Color Harmonies of #D07CCA
Complementary color
Monochromatic Colors of #D07CCA
Black with #D07CCA
Text Example
Text Example
White with #D07CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CCA; }
p { color: rgb(208,124,202); }
H1.HeaderClassName
{
color: #D07CCA;
}
.AnyTagClassName
{
color: #D07CCA;
}
</style>
background-color css
<style>
a { background-color: #D07CCA; }
a { background-color: rgb(208,124,202); }
div.DivClassName
{
background-color: #D07CCA;
}
.BgClassName
{
background-color: #D07CCA;
}
</style>
border-color css
<style>
span { border-color: #D07CCA; }
span { border-color: rgb(208,124,202); }
td.TdClassName
{
border-color: #D07CCA;
}
.TagClassName
{
border-color: #D07CCA;
}
</style>