Shades of Orchid #C37CC0
Tints of Orchid #C37CC0
RGB
CMYK
RGB Variations
Color information
#C37CC0 (or 0xC37CC0) is known color: Orchid. HEX triplet: C3, 7C and C0. RGB value is (195,124,192). Sum of RGB (Red+Green+Blue) = 195+124+192=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CC0 is #3C833F. Grayscale: #989898. Windows color (decimal): -3965760 or 12614851. OLE color: 12614851.
HSL color Cylindrical-coordinate representation of color #C37CC0: hue angle of 302.54º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37CC0 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 192 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.24 |
| HSL | 302.54º | 0.37% | 0.63% | - |
| HSV(B) | 302.54º | 0.36% | 0.76% | - |
| XYZ | 39.23 | 29.82 | 53.56 | - |
| YUV | 152.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 192 | 0 | 0.36 | 0.02 | 0.24 | 302.54 | 0.37 | 0.63 |
| Hex | C3 | 7C | C0 | 0 | 24 | 2 | 18 | 12F | 25 | 3F |
| Octal | 303 | 174 | 300 | 0 | 44 | 2 | 30 | 457 | 45 | 77 |
| Binary | 11000011 | 1111100 | 11000000 | 0 | 100100 | 10 | 11000 | 100101111 | 100101 | 111111 |
Color Harmonies of #C37CC0
Complementary color
Monochromatic Colors of #C37CC0
Black with #C37CC0
Text Example
Text Example
White with #C37CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CC0; }
p { color: rgb(195,124,192); }
H1.HeaderClassName
{
color: #C37CC0;
}
.AnyTagClassName
{
color: #C37CC0;
}
</style>
background-color css
<style>
a { background-color: #C37CC0; }
a { background-color: rgb(195,124,192); }
div.DivClassName
{
background-color: #C37CC0;
}
.BgClassName
{
background-color: #C37CC0;
}
</style>
border-color css
<style>
span { border-color: #C37CC0; }
span { border-color: rgb(195,124,192); }
td.TdClassName
{
border-color: #C37CC0;
}
.TagClassName
{
border-color: #C37CC0;
}
</style>