Shades of Orchid #C37AC6
Tints of Orchid #C37AC6
RGB
CMYK
RGB Variations
Color information
#C37AC6 (or 0xC37AC6) is known color: Orchid. HEX triplet: C3, 7A and C6. RGB value is (195,122,198). Sum of RGB (Red+Green+Blue) = 195+122+198=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 198 - color contains mainly: blue. Hex color #C37AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AC6 is #3C8539. Grayscale: #989898. Windows color (decimal): -3966266 or 13007555. OLE color: 13007555.
HSL color Cylindrical-coordinate representation of color #C37AC6: hue angle of 297.63º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C37AC6 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 122 | 198 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.22 |
| HSL | 297.63º | 0.4% | 0.63% | - |
| HSV(B) | 297.63º | 0.38% | 0.78% | - |
| XYZ | 39.66 | 29.6 | 57.05 | - |
| YUV | 152.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 198 | 0.02 | 0.38 | 0 | 0.22 | 297.63 | 0.4 | 0.63 |
| Hex | C3 | 7A | C6 | 2 | 26 | 0 | 16 | 12A | 28 | 3F |
| Octal | 303 | 172 | 306 | 2 | 46 | 0 | 26 | 452 | 50 | 77 |
| Binary | 11000011 | 1111010 | 11000110 | 10 | 100110 | 0 | 10110 | 100101010 | 101000 | 111111 |
Color Harmonies of #C37AC6
Complementary color
Monochromatic Colors of #C37AC6
Black with #C37AC6
Text Example
Text Example
White with #C37AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AC6; }
p { color: rgb(195,122,198); }
H1.HeaderClassName
{
color: #C37AC6;
}
.AnyTagClassName
{
color: #C37AC6;
}
</style>
background-color css
<style>
a { background-color: #C37AC6; }
a { background-color: rgb(195,122,198); }
div.DivClassName
{
background-color: #C37AC6;
}
.BgClassName
{
background-color: #C37AC6;
}
</style>
border-color css
<style>
span { border-color: #C37AC6; }
span { border-color: rgb(195,122,198); }
td.TdClassName
{
border-color: #C37AC6;
}
.TagClassName
{
border-color: #C37AC6;
}
</style>