Shades of Orchid #C376CD
Tints of Orchid #C376CD
RGB
CMYK
RGB Variations
Color information
#C376CD (or 0xC376CD) is known color: Orchid. HEX triplet: C3, 76 and CD. RGB value is (195,118,205). Sum of RGB (Red+Green+Blue) = 195+118+205=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C376CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376CD is #3C8932. Grayscale: #969696. Windows color (decimal): -3967283 or 13465283. OLE color: 13465283.
HSL color Cylindrical-coordinate representation of color #C376CD: hue angle of 293.1º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C376CD is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 118 | 205 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.20 |
| HSL | 293.1º | 0.47% | 0.63% | - |
| HSV(B) | 293.1º | 0.42% | 0.8% | - |
| XYZ | 40 | 28.97 | 61.24 | - |
| YUV | 150.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 205 | 0.05 | 0.42 | 0 | 0.20 | 293.1 | 0.47 | 0.63 |
| Hex | C3 | 76 | CD | 5 | 2A | 0 | 14 | 125 | 2F | 3F |
| Octal | 303 | 166 | 315 | 5 | 52 | 0 | 24 | 445 | 57 | 77 |
| Binary | 11000011 | 1110110 | 11001101 | 101 | 101010 | 0 | 10100 | 100100101 | 101111 | 111111 |
Color Harmonies of #C376CD
Complementary color
Monochromatic Colors of #C376CD
Black with #C376CD
Text Example
Text Example
White with #C376CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376CD; }
p { color: rgb(195,118,205); }
H1.HeaderClassName
{
color: #C376CD;
}
.AnyTagClassName
{
color: #C376CD;
}
</style>
background-color css
<style>
a { background-color: #C376CD; }
a { background-color: rgb(195,118,205); }
div.DivClassName
{
background-color: #C376CD;
}
.BgClassName
{
background-color: #C376CD;
}
</style>
border-color css
<style>
span { border-color: #C376CD; }
span { border-color: rgb(195,118,205); }
td.TdClassName
{
border-color: #C376CD;
}
.TagClassName
{
border-color: #C376CD;
}
</style>