Shades of Orchid #C781D0
Tints of Orchid #C781D0
RGB
CMYK
RGB Variations
Color information
#C781D0 (or 0xC781D0) is known color: Orchid. HEX triplet: C7, 81 and D0. RGB value is (199,129,208). Sum of RGB (Red+Green+Blue) = 199+129+208=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #C781D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781D0 is #387E2F. Grayscale: #9E9E9E. Windows color (decimal): -3702320 or 13664711. OLE color: 13664711.
HSL color Cylindrical-coordinate representation of color #C781D0: hue angle of 293.16º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C781D0 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 129 | 208 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.18 |
| HSL | 293.16º | 0.46% | 0.66% | - |
| HSV(B) | 293.16º | 0.38% | 0.82% | - |
| XYZ | 42.79 | 32.4 | 63.67 | - |
| YUV | 158.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 208 | 0.04 | 0.38 | 0 | 0.18 | 293.16 | 0.46 | 0.66 |
| Hex | C7 | 81 | D0 | 4 | 26 | 0 | 12 | 125 | 2E | 42 |
| Octal | 307 | 201 | 320 | 4 | 46 | 0 | 22 | 445 | 56 | 102 |
| Binary | 11000111 | 10000001 | 11010000 | 100 | 100110 | 0 | 10010 | 100100101 | 101110 | 1000010 |
Color Harmonies of #C781D0
Complementary color
Monochromatic Colors of #C781D0
Black with #C781D0
Text Example
Text Example
White with #C781D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781D0; }
p { color: rgb(199,129,208); }
H1.HeaderClassName
{
color: #C781D0;
}
.AnyTagClassName
{
color: #C781D0;
}
</style>
background-color css
<style>
a { background-color: #C781D0; }
a { background-color: rgb(199,129,208); }
div.DivClassName
{
background-color: #C781D0;
}
.BgClassName
{
background-color: #C781D0;
}
</style>
border-color css
<style>
span { border-color: #C781D0; }
span { border-color: rgb(199,129,208); }
td.TdClassName
{
border-color: #C781D0;
}
.TagClassName
{
border-color: #C781D0;
}
</style>