Shades of Orchid #C76CDA
Tints of Orchid #C76CDA
RGB
CMYK
RGB Variations
Color information
#C76CDA (or 0xC76CDA) is known color: Orchid. HEX triplet: C7, 6C and DA. RGB value is (199,108,218). Sum of RGB (Red+Green+Blue) = 199+108+218=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #C76CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CDA is #389325. Grayscale: #939393. Windows color (decimal): -3707686 or 14314695. OLE color: 14314695.
HSL color Cylindrical-coordinate representation of color #C76CDA: hue angle of 289.64º 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 #C76CDA is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 108 | 218 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.15 |
| HSL | 289.64º | 0.6% | 0.64% | - |
| HSV(B) | 289.64º | 0.5% | 0.85% | - |
| XYZ | 41.57 | 27.93 | 69.53 | - |
| YUV | 147.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 218 | 0.09 | 0.50 | 0 | 0.15 | 289.64 | 0.6 | 0.64 |
| Hex | C7 | 6C | DA | 9 | 32 | 0 | F | 122 | 3C | 40 |
| Octal | 307 | 154 | 332 | 11 | 62 | 0 | 17 | 442 | 74 | 100 |
| Binary | 11000111 | 1101100 | 11011010 | 1001 | 110010 | 0 | 1111 | 100100010 | 111100 | 1000000 |
Color Harmonies of #C76CDA
Complementary color
Monochromatic Colors of #C76CDA
Black with #C76CDA
Text Example
Text Example
White with #C76CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CDA; }
p { color: rgb(199,108,218); }
H1.HeaderClassName
{
color: #C76CDA;
}
.AnyTagClassName
{
color: #C76CDA;
}
</style>
background-color css
<style>
a { background-color: #C76CDA; }
a { background-color: rgb(199,108,218); }
div.DivClassName
{
background-color: #C76CDA;
}
.BgClassName
{
background-color: #C76CDA;
}
</style>
border-color css
<style>
span { border-color: #C76CDA; }
span { border-color: rgb(199,108,218); }
td.TdClassName
{
border-color: #C76CDA;
}
.TagClassName
{
border-color: #C76CDA;
}
</style>