Shades of Orchid #C781D3
Tints of Orchid #C781D3
RGB
CMYK
RGB Variations
Color information
#C781D3 (or 0xC781D3) is known color: Orchid. HEX triplet: C7, 81 and D3. RGB value is (199,129,211). Sum of RGB (Red+Green+Blue) = 199+129+211=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #C781D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781D3 is #387E2C. Grayscale: #9F9F9F. Windows color (decimal): -3702317 or 13861319. OLE color: 13861319.
HSL color Cylindrical-coordinate representation of color #C781D3: hue angle of 291.22º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C781D3 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 129 | 211 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.17 |
| HSL | 291.22º | 0.48% | 0.67% | - |
| HSV(B) | 291.22º | 0.39% | 0.83% | - |
| XYZ | 43.16 | 32.55 | 65.64 | - |
| YUV | 159.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 211 | 0.06 | 0.39 | 0 | 0.17 | 291.22 | 0.48 | 0.67 |
| Hex | C7 | 81 | D3 | 6 | 27 | 0 | 11 | 123 | 30 | 43 |
| Octal | 307 | 201 | 323 | 6 | 47 | 0 | 21 | 443 | 60 | 103 |
| Binary | 11000111 | 10000001 | 11010011 | 110 | 100111 | 0 | 10001 | 100100011 | 110000 | 1000011 |
Color Harmonies of #C781D3
Complementary color
Monochromatic Colors of #C781D3
Black with #C781D3
Text Example
Text Example
White with #C781D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781D3; }
p { color: rgb(199,129,211); }
H1.HeaderClassName
{
color: #C781D3;
}
.AnyTagClassName
{
color: #C781D3;
}
</style>
background-color css
<style>
a { background-color: #C781D3; }
a { background-color: rgb(199,129,211); }
div.DivClassName
{
background-color: #C781D3;
}
.BgClassName
{
background-color: #C781D3;
}
</style>
border-color css
<style>
span { border-color: #C781D3; }
span { border-color: rgb(199,129,211); }
td.TdClassName
{
border-color: #C781D3;
}
.TagClassName
{
border-color: #C781D3;
}
</style>