Shades of Orchid #C37AC1
Tints of Orchid #C37AC1
RGB
CMYK
RGB Variations
Color information
#C37AC1 (or 0xC37AC1) is known color: Orchid. HEX triplet: C3, 7A and C1. RGB value is (195,122,193). Sum of RGB (Red+Green+Blue) = 195+122+193=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AC1 is #3C853E. Grayscale: #979797. Windows color (decimal): -3966271 or 12679875. OLE color: 12679875.
HSL color Cylindrical-coordinate representation of color #C37AC1: hue angle of 301.64º 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 #C37AC1 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 193 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.24 |
| HSL | 301.64º | 0.38% | 0.62% | - |
| HSV(B) | 301.64º | 0.37% | 0.76% | - |
| XYZ | 39.09 | 29.37 | 54.06 | - |
| YUV | 151.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 193 | 0 | 0.37 | 0.01 | 0.24 | 301.64 | 0.38 | 0.62 |
| Hex | C3 | 7A | C1 | 0 | 25 | 1 | 18 | 12E | 26 | 3E |
| Octal | 303 | 172 | 301 | 0 | 45 | 1 | 30 | 456 | 46 | 76 |
| Binary | 11000011 | 1111010 | 11000001 | 0 | 100101 | 1 | 11000 | 100101110 | 100110 | 111110 |
Color Harmonies of #C37AC1
Complementary color
Monochromatic Colors of #C37AC1
Black with #C37AC1
Text Example
Text Example
White with #C37AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AC1; }
p { color: rgb(195,122,193); }
H1.HeaderClassName
{
color: #C37AC1;
}
.AnyTagClassName
{
color: #C37AC1;
}
</style>
background-color css
<style>
a { background-color: #C37AC1; }
a { background-color: rgb(195,122,193); }
div.DivClassName
{
background-color: #C37AC1;
}
.BgClassName
{
background-color: #C37AC1;
}
</style>
border-color css
<style>
span { border-color: #C37AC1; }
span { border-color: rgb(195,122,193); }
td.TdClassName
{
border-color: #C37AC1;
}
.TagClassName
{
border-color: #C37AC1;
}
</style>