Shades of Orchid #C37DC5
Tints of Orchid #C37DC5
RGB
CMYK
RGB Variations
Color information
#C37DC5 (or 0xC37DC5) is known color: Orchid. HEX triplet: C3, 7D and C5. RGB value is (195,125,197). Sum of RGB (Red+Green+Blue) = 195+125+197=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 197 - color contains mainly: blue. Hex color #C37DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DC5 is #3C823A. Grayscale: #999999. Windows color (decimal): -3965499 or 12942787. OLE color: 12942787.
HSL color Cylindrical-coordinate representation of color #C37DC5: hue angle of 298.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37DC5 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 125 | 197 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.23 |
| HSL | 298.33º | 0.38% | 0.63% | - |
| HSV(B) | 298.33º | 0.37% | 0.77% | - |
| XYZ | 39.92 | 30.3 | 56.57 | - |
| YUV | 154.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 197 | 0.01 | 0.37 | 0 | 0.23 | 298.33 | 0.38 | 0.63 |
| Hex | C3 | 7D | C5 | 1 | 25 | 0 | 17 | 12A | 26 | 3F |
| Octal | 303 | 175 | 305 | 1 | 45 | 0 | 27 | 452 | 46 | 77 |
| Binary | 11000011 | 1111101 | 11000101 | 1 | 100101 | 0 | 10111 | 100101010 | 100110 | 111111 |
Color Harmonies of #C37DC5
Complementary color
Monochromatic Colors of #C37DC5
Black with #C37DC5
Text Example
Text Example
White with #C37DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DC5; }
p { color: rgb(195,125,197); }
H1.HeaderClassName
{
color: #C37DC5;
}
.AnyTagClassName
{
color: #C37DC5;
}
</style>
background-color css
<style>
a { background-color: #C37DC5; }
a { background-color: rgb(195,125,197); }
div.DivClassName
{
background-color: #C37DC5;
}
.BgClassName
{
background-color: #C37DC5;
}
</style>
border-color css
<style>
span { border-color: #C37DC5; }
span { border-color: rgb(195,125,197); }
td.TdClassName
{
border-color: #C37DC5;
}
.TagClassName
{
border-color: #C37DC5;
}
</style>