Shades of Orchid #C76CCD
Tints of Orchid #C76CCD
RGB
CMYK
RGB Variations
Color information
#C76CCD (or 0xC76CCD) is known color: Orchid. HEX triplet: C7, 6C and CD. RGB value is (199,108,205). Sum of RGB (Red+Green+Blue) = 199+108+205=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C76CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CCD is #389332. Grayscale: #919191. Windows color (decimal): -3707699 or 13462727. OLE color: 13462727.
HSL color Cylindrical-coordinate representation of color #C76CCD: hue angle of 296.29º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76CCD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 108 | 205 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.20 |
| HSL | 296.29º | 0.49% | 0.61% | - |
| HSV(B) | 296.29º | 0.47% | 0.8% | - |
| XYZ | 39.94 | 27.28 | 60.92 | - |
| YUV | 146.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 205 | 0.03 | 0.47 | 0 | 0.20 | 296.29 | 0.49 | 0.61 |
| Hex | C7 | 6C | CD | 3 | 2F | 0 | 14 | 128 | 31 | 3D |
| Octal | 307 | 154 | 315 | 3 | 57 | 0 | 24 | 450 | 61 | 75 |
| Binary | 11000111 | 1101100 | 11001101 | 11 | 101111 | 0 | 10100 | 100101000 | 110001 | 111101 |
Color Harmonies of #C76CCD
Complementary color
Monochromatic Colors of #C76CCD
Black with #C76CCD
Text Example
Text Example
White with #C76CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CCD; }
p { color: rgb(199,108,205); }
H1.HeaderClassName
{
color: #C76CCD;
}
.AnyTagClassName
{
color: #C76CCD;
}
</style>
background-color css
<style>
a { background-color: #C76CCD; }
a { background-color: rgb(199,108,205); }
div.DivClassName
{
background-color: #C76CCD;
}
.BgClassName
{
background-color: #C76CCD;
}
</style>
border-color css
<style>
span { border-color: #C76CCD; }
span { border-color: rgb(199,108,205); }
td.TdClassName
{
border-color: #C76CCD;
}
.TagClassName
{
border-color: #C76CCD;
}
</style>