Shades of Orchid #C37AC3
Tints of Orchid #C37AC3
RGB
CMYK
RGB Variations
Color information
#C37AC3 (or 0xC37AC3) is known color: Orchid. HEX triplet: C3, 7A and C3. RGB value is (195,122,195). Sum of RGB (Red+Green+Blue) = 195+122+195=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C37AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AC3 is #3C853C. Grayscale: #979797. Windows color (decimal): -3966269 or 12810947. OLE color: 12810947.
HSL color Cylindrical-coordinate representation of color #C37AC3: hue angle of 300º 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 #C37AC3 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 195 | - |
| CMYK | 0 | 0.37 | 0 | 0.24 |
| HSL | 300º | 0.38% | 0.62% | - |
| HSV(B) | 300º | 0.37% | 0.76% | - |
| XYZ | 39.32 | 29.46 | 55.24 | - |
| YUV | 152.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 195 | 0 | 0.37 | 0 | 0.24 | 300 | 0.38 | 0.62 |
| Hex | C3 | 7A | C3 | 0 | 25 | 0 | 18 | 12C | 26 | 3E |
| Octal | 303 | 172 | 303 | 0 | 45 | 0 | 30 | 454 | 46 | 76 |
| Binary | 11000011 | 1111010 | 11000011 | 0 | 100101 | 0 | 11000 | 100101100 | 100110 | 111110 |
Color Harmonies of #C37AC3
Complementary color
Monochromatic Colors of #C37AC3
Black with #C37AC3
Text Example
Text Example
White with #C37AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AC3; }
p { color: rgb(195,122,195); }
H1.HeaderClassName
{
color: #C37AC3;
}
.AnyTagClassName
{
color: #C37AC3;
}
</style>
background-color css
<style>
a { background-color: #C37AC3; }
a { background-color: rgb(195,122,195); }
div.DivClassName
{
background-color: #C37AC3;
}
.BgClassName
{
background-color: #C37AC3;
}
</style>
border-color css
<style>
span { border-color: #C37AC3; }
span { border-color: rgb(195,122,195); }
td.TdClassName
{
border-color: #C37AC3;
}
.TagClassName
{
border-color: #C37AC3;
}
</style>