Shades of Orchid #C37AC2
Tints of Orchid #C37AC2
RGB
CMYK
RGB Variations
Color information
#C37AC2 (or 0xC37AC2) is known color: Orchid. HEX triplet: C3, 7A and C2. RGB value is (195,122,194). Sum of RGB (Red+Green+Blue) = 195+122+194=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AC2 is #3C853D. Grayscale: #979797. Windows color (decimal): -3966270 or 12745411. OLE color: 12745411.
HSL color Cylindrical-coordinate representation of color #C37AC2: hue angle of 300.82º 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 #C37AC2 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 194 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.24 |
| HSL | 300.82º | 0.38% | 0.62% | - |
| HSV(B) | 300.82º | 0.37% | 0.76% | - |
| XYZ | 39.2 | 29.42 | 54.65 | - |
| YUV | 152.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 194 | 0 | 0.37 | 0.01 | 0.24 | 300.82 | 0.38 | 0.62 |
| Hex | C3 | 7A | C2 | 0 | 25 | 1 | 18 | 12D | 26 | 3E |
| Octal | 303 | 172 | 302 | 0 | 45 | 1 | 30 | 455 | 46 | 76 |
| Binary | 11000011 | 1111010 | 11000010 | 0 | 100101 | 1 | 11000 | 100101101 | 100110 | 111110 |
Color Harmonies of #C37AC2
Complementary color
Monochromatic Colors of #C37AC2
Black with #C37AC2
Text Example
Text Example
White with #C37AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AC2; }
p { color: rgb(195,122,194); }
H1.HeaderClassName
{
color: #C37AC2;
}
.AnyTagClassName
{
color: #C37AC2;
}
</style>
background-color css
<style>
a { background-color: #C37AC2; }
a { background-color: rgb(195,122,194); }
div.DivClassName
{
background-color: #C37AC2;
}
.BgClassName
{
background-color: #C37AC2;
}
</style>
border-color css
<style>
span { border-color: #C37AC2; }
span { border-color: rgb(195,122,194); }
td.TdClassName
{
border-color: #C37AC2;
}
.TagClassName
{
border-color: #C37AC2;
}
</style>