Shades of Orchid #C37AC0
Tints of Orchid #C37AC0
RGB
CMYK
RGB Variations
Color information
#C37AC0 (or 0xC37AC0) is known color: Orchid. HEX triplet: C3, 7A and C0. RGB value is (195,122,192). Sum of RGB (Red+Green+Blue) = 195+122+192=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AC0 is #3C853F. Grayscale: #979797. Windows color (decimal): -3966272 or 12614339. OLE color: 12614339.
HSL color Cylindrical-coordinate representation of color #C37AC0: hue angle of 302.47º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37AC0 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 192 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.24 |
| HSL | 302.47º | 0.38% | 0.62% | - |
| HSV(B) | 302.47º | 0.37% | 0.76% | - |
| XYZ | 38.98 | 29.33 | 53.48 | - |
| YUV | 151.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 192 | 0 | 0.37 | 0.02 | 0.24 | 302.47 | 0.38 | 0.62 |
| Hex | C3 | 7A | C0 | 0 | 25 | 2 | 18 | 12E | 26 | 3E |
| Octal | 303 | 172 | 300 | 0 | 45 | 2 | 30 | 456 | 46 | 76 |
| Binary | 11000011 | 1111010 | 11000000 | 0 | 100101 | 10 | 11000 | 100101110 | 100110 | 111110 |
Color Harmonies of #C37AC0
Complementary color
Monochromatic Colors of #C37AC0
Black with #C37AC0
Text Example
Text Example
White with #C37AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AC0; }
p { color: rgb(195,122,192); }
H1.HeaderClassName
{
color: #C37AC0;
}
.AnyTagClassName
{
color: #C37AC0;
}
</style>
background-color css
<style>
a { background-color: #C37AC0; }
a { background-color: rgb(195,122,192); }
div.DivClassName
{
background-color: #C37AC0;
}
.BgClassName
{
background-color: #C37AC0;
}
</style>
border-color css
<style>
span { border-color: #C37AC0; }
span { border-color: rgb(195,122,192); }
td.TdClassName
{
border-color: #C37AC0;
}
.TagClassName
{
border-color: #C37AC0;
}
</style>