Shades of Orchid #C37EC0
Tints of Orchid #C37EC0
RGB
CMYK
RGB Variations
Color information
#C37EC0 (or 0xC37EC0) is known color: Orchid. HEX triplet: C3, 7E and C0. RGB value is (195,126,192). Sum of RGB (Red+Green+Blue) = 195+126+192=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C37EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EC0 is #3C813F. Grayscale: #999999. Windows color (decimal): -3965248 or 12615363. OLE color: 12615363.
HSL color Cylindrical-coordinate representation of color #C37EC0: hue angle of 302.61º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37EC0 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 192 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.24 |
| HSL | 302.61º | 0.37% | 0.63% | - |
| HSV(B) | 302.61º | 0.35% | 0.76% | - |
| XYZ | 39.48 | 30.33 | 53.64 | - |
| YUV | 154.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 192 | 0 | 0.35 | 0.02 | 0.24 | 302.61 | 0.37 | 0.63 |
| Hex | C3 | 7E | C0 | 0 | 23 | 2 | 18 | 12F | 25 | 3F |
| Octal | 303 | 176 | 300 | 0 | 43 | 2 | 30 | 457 | 45 | 77 |
| Binary | 11000011 | 1111110 | 11000000 | 0 | 100011 | 10 | 11000 | 100101111 | 100101 | 111111 |
Color Harmonies of #C37EC0
Complementary color
Monochromatic Colors of #C37EC0
Black with #C37EC0
Text Example
Text Example
White with #C37EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37EC0; }
p { color: rgb(195,126,192); }
H1.HeaderClassName
{
color: #C37EC0;
}
.AnyTagClassName
{
color: #C37EC0;
}
</style>
background-color css
<style>
a { background-color: #C37EC0; }
a { background-color: rgb(195,126,192); }
div.DivClassName
{
background-color: #C37EC0;
}
.BgClassName
{
background-color: #C37EC0;
}
</style>
border-color css
<style>
span { border-color: #C37EC0; }
span { border-color: rgb(195,126,192); }
td.TdClassName
{
border-color: #C37EC0;
}
.TagClassName
{
border-color: #C37EC0;
}
</style>