Shades of Orchid #C76CCA
Tints of Orchid #C76CCA
RGB
CMYK
RGB Variations
Color information
#C76CCA (or 0xC76CCA) is known color: Orchid. HEX triplet: C7, 6C and CA. RGB value is (199,108,202). Sum of RGB (Red+Green+Blue) = 199+108+202=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #C76CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CCA is #389335. Grayscale: #919191. Windows color (decimal): -3707702 or 13266119. OLE color: 13266119.
HSL color Cylindrical-coordinate representation of color #C76CCA: hue angle of 298.09º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76CCA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 108 | 202 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.21 |
| HSL | 298.09º | 0.47% | 0.61% | - |
| HSV(B) | 298.09º | 0.47% | 0.79% | - |
| XYZ | 39.58 | 27.13 | 59.03 | - |
| YUV | 145.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 202 | 0.01 | 0.47 | 0 | 0.21 | 298.09 | 0.47 | 0.61 |
| Hex | C7 | 6C | CA | 1 | 2F | 0 | 15 | 12A | 2F | 3D |
| Octal | 307 | 154 | 312 | 1 | 57 | 0 | 25 | 452 | 57 | 75 |
| Binary | 11000111 | 1101100 | 11001010 | 1 | 101111 | 0 | 10101 | 100101010 | 101111 | 111101 |
Color Harmonies of #C76CCA
Complementary color
Monochromatic Colors of #C76CCA
Black with #C76CCA
Text Example
Text Example
White with #C76CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CCA; }
p { color: rgb(199,108,202); }
H1.HeaderClassName
{
color: #C76CCA;
}
.AnyTagClassName
{
color: #C76CCA;
}
</style>
background-color css
<style>
a { background-color: #C76CCA; }
a { background-color: rgb(199,108,202); }
div.DivClassName
{
background-color: #C76CCA;
}
.BgClassName
{
background-color: #C76CCA;
}
</style>
border-color css
<style>
span { border-color: #C76CCA; }
span { border-color: rgb(199,108,202); }
td.TdClassName
{
border-color: #C76CCA;
}
.TagClassName
{
border-color: #C76CCA;
}
</style>