Shades of Orchid #D07CC2
Tints of Orchid #D07CC2
RGB
CMYK
RGB Variations
Color information
#D07CC2 (or 0xD07CC2) is known color: Orchid. HEX triplet: D0, 7C and C2. RGB value is (208,124,194). Sum of RGB (Red+Green+Blue) = 208+124+194=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CC2 is #2F833D. Grayscale: #9C9C9C. Windows color (decimal): -3113790 or 12745936. OLE color: 12745936.
HSL color Cylindrical-coordinate representation of color #D07CC2: hue angle of 310º 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 #D07CC2 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 194 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.18 |
| HSL | 310º | 0.47% | 0.65% | - |
| HSV(B) | 310º | 0.4% | 0.82% | - |
| XYZ | 42.96 | 31.72 | 54.9 | - |
| YUV | 157.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 194 | 0 | 0.40 | 0.07 | 0.18 | 310 | 0.47 | 0.65 |
| Hex | D0 | 7C | C2 | 0 | 28 | 7 | 12 | 136 | 2F | 41 |
| Octal | 320 | 174 | 302 | 0 | 50 | 7 | 22 | 466 | 57 | 101 |
| Binary | 11010000 | 1111100 | 11000010 | 0 | 101000 | 111 | 10010 | 100110110 | 101111 | 1000001 |
Color Harmonies of #D07CC2
Complementary color
Monochromatic Colors of #D07CC2
Black with #D07CC2
Text Example
Text Example
White with #D07CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CC2; }
p { color: rgb(208,124,194); }
H1.HeaderClassName
{
color: #D07CC2;
}
.AnyTagClassName
{
color: #D07CC2;
}
</style>
background-color css
<style>
a { background-color: #D07CC2; }
a { background-color: rgb(208,124,194); }
div.DivClassName
{
background-color: #D07CC2;
}
.BgClassName
{
background-color: #D07CC2;
}
</style>
border-color css
<style>
span { border-color: #D07CC2; }
span { border-color: rgb(208,124,194); }
td.TdClassName
{
border-color: #D07CC2;
}
.TagClassName
{
border-color: #D07CC2;
}
</style>