Shades of Orchid #C376C4
Tints of Orchid #C376C4
RGB
CMYK
RGB Variations
Color information
#C376C4 (or 0xC376C4) is known color: Orchid. HEX triplet: C3, 76 and C4. RGB value is (195,118,196). Sum of RGB (Red+Green+Blue) = 195+118+196=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #C376C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C376C4 is #3C893B. Grayscale: #959595. Windows color (decimal): -3967292 or 12875459. OLE color: 12875459.
HSL color Cylindrical-coordinate representation of color #C376C4: hue angle of 299.23º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C376C4 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 118 | 196 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.23 |
| HSL | 299.23º | 0.4% | 0.62% | - |
| HSV(B) | 299.23º | 0.4% | 0.77% | - |
| XYZ | 38.95 | 28.54 | 55.68 | - |
| YUV | 149.92 | 154.01 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 196 | 0.01 | 0.40 | 0 | 0.23 | 299.23 | 0.4 | 0.62 |
| Hex | C3 | 76 | C4 | 1 | 28 | 0 | 17 | 12B | 28 | 3E |
| Octal | 303 | 166 | 304 | 1 | 50 | 0 | 27 | 453 | 50 | 76 |
| Binary | 11000011 | 1110110 | 11000100 | 1 | 101000 | 0 | 10111 | 100101011 | 101000 | 111110 |
Color Harmonies of #C376C4
Complementary color
Monochromatic Colors of #C376C4
Black with #C376C4
Text Example
Text Example
White with #C376C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C376C4; }
p { color: rgb(195,118,196); }
H1.HeaderClassName
{
color: #C376C4;
}
.AnyTagClassName
{
color: #C376C4;
}
</style>
background-color css
<style>
a { background-color: #C376C4; }
a { background-color: rgb(195,118,196); }
div.DivClassName
{
background-color: #C376C4;
}
.BgClassName
{
background-color: #C376C4;
}
</style>
border-color css
<style>
span { border-color: #C376C4; }
span { border-color: rgb(195,118,196); }
td.TdClassName
{
border-color: #C376C4;
}
.TagClassName
{
border-color: #C376C4;
}
</style>