Shades of Orchid #C376C2
Tints of Orchid #C376C2
RGB
CMYK
RGB Variations
Color information
#C376C2 (or 0xC376C2) is known color: Orchid. HEX triplet: C3, 76 and C2. RGB value is (195,118,194). Sum of RGB (Red+Green+Blue) = 195+118+194=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C376C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376C2 is #3C893D. Grayscale: #959595. Windows color (decimal): -3967294 or 12744387. OLE color: 12744387.
HSL color Cylindrical-coordinate representation of color #C376C2: hue angle of 300.78º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C376C2 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 194 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.24 |
| HSL | 300.78º | 0.39% | 0.61% | - |
| HSV(B) | 300.78º | 0.39% | 0.76% | - |
| XYZ | 38.72 | 28.45 | 54.49 | - |
| YUV | 149.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 194 | 0 | 0.39 | 0.01 | 0.24 | 300.78 | 0.39 | 0.61 |
| Hex | C3 | 76 | C2 | 0 | 27 | 1 | 18 | 12D | 27 | 3D |
| Octal | 303 | 166 | 302 | 0 | 47 | 1 | 30 | 455 | 47 | 75 |
| Binary | 11000011 | 1110110 | 11000010 | 0 | 100111 | 1 | 11000 | 100101101 | 100111 | 111101 |
Color Harmonies of #C376C2
Complementary color
Monochromatic Colors of #C376C2
Black with #C376C2
Text Example
Text Example
White with #C376C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376C2; }
p { color: rgb(195,118,194); }
H1.HeaderClassName
{
color: #C376C2;
}
.AnyTagClassName
{
color: #C376C2;
}
</style>
background-color css
<style>
a { background-color: #C376C2; }
a { background-color: rgb(195,118,194); }
div.DivClassName
{
background-color: #C376C2;
}
.BgClassName
{
background-color: #C376C2;
}
</style>
border-color css
<style>
span { border-color: #C376C2; }
span { border-color: rgb(195,118,194); }
td.TdClassName
{
border-color: #C376C2;
}
.TagClassName
{
border-color: #C376C2;
}
</style>