Shades of Orchid #C76DDA
Tints of Orchid #C76DDA
RGB
CMYK
RGB Variations
Color information
#C76DDA (or 0xC76DDA) is known color: Orchid. HEX triplet: C7, 6D and DA. RGB value is (199,109,218). Sum of RGB (Red+Green+Blue) = 199+109+218=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #C76DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DDA is #389225. Grayscale: #939393. Windows color (decimal): -3707430 or 14314951. OLE color: 14314951.
HSL color Cylindrical-coordinate representation of color #C76DDA: hue angle of 289.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76DDA is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 109 | 218 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.15 |
| HSL | 289.54º | 0.6% | 0.64% | - |
| HSV(B) | 289.54º | 0.5% | 0.85% | - |
| XYZ | 41.68 | 28.14 | 69.56 | - |
| YUV | 148.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 218 | 0.09 | 0.5 | 0 | 0.15 | 289.54 | 0.6 | 0.64 |
| Hex | C7 | 6D | DA | 9 | 32 | 0 | F | 122 | 3C | 40 |
| Octal | 307 | 155 | 332 | 11 | 62 | 0 | 17 | 442 | 74 | 100 |
| Binary | 11000111 | 1101101 | 11011010 | 1001 | 110010 | 0 | 1111 | 100100010 | 111100 | 1000000 |
Color Harmonies of #C76DDA
Complementary color
Monochromatic Colors of #C76DDA
Black with #C76DDA
Text Example
Text Example
White with #C76DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DDA; }
p { color: rgb(199,109,218); }
H1.HeaderClassName
{
color: #C76DDA;
}
.AnyTagClassName
{
color: #C76DDA;
}
</style>
background-color css
<style>
a { background-color: #C76DDA; }
a { background-color: rgb(199,109,218); }
div.DivClassName
{
background-color: #C76DDA;
}
.BgClassName
{
background-color: #C76DDA;
}
</style>
border-color css
<style>
span { border-color: #C76DDA; }
span { border-color: rgb(199,109,218); }
td.TdClassName
{
border-color: #C76DDA;
}
.TagClassName
{
border-color: #C76DDA;
}
</style>