Shades of Orchid #C37DC0
Tints of Orchid #C37DC0
RGB
CMYK
RGB Variations
Color information
#C37DC0 (or 0xC37DC0) is known color: Orchid. HEX triplet: C3, 7D and C0. RGB value is (195,125,192). Sum of RGB (Red+Green+Blue) = 195+125+192=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DC0 is #3C823F. Grayscale: #999999. Windows color (decimal): -3965504 or 12615107. OLE color: 12615107.
HSL color Cylindrical-coordinate representation of color #C37DC0: hue angle of 302.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37DC0 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 192 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.24 |
| HSL | 302.57º | 0.37% | 0.63% | - |
| HSV(B) | 302.57º | 0.36% | 0.76% | - |
| XYZ | 39.35 | 30.08 | 53.6 | - |
| YUV | 153.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 192 | 0 | 0.36 | 0.02 | 0.24 | 302.57 | 0.37 | 0.63 |
| Hex | C3 | 7D | C0 | 0 | 24 | 2 | 18 | 12F | 25 | 3F |
| Octal | 303 | 175 | 300 | 0 | 44 | 2 | 30 | 457 | 45 | 77 |
| Binary | 11000011 | 1111101 | 11000000 | 0 | 100100 | 10 | 11000 | 100101111 | 100101 | 111111 |
Color Harmonies of #C37DC0
Complementary color
Monochromatic Colors of #C37DC0
Black with #C37DC0
Text Example
Text Example
White with #C37DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DC0; }
p { color: rgb(195,125,192); }
H1.HeaderClassName
{
color: #C37DC0;
}
.AnyTagClassName
{
color: #C37DC0;
}
</style>
background-color css
<style>
a { background-color: #C37DC0; }
a { background-color: rgb(195,125,192); }
div.DivClassName
{
background-color: #C37DC0;
}
.BgClassName
{
background-color: #C37DC0;
}
</style>
border-color css
<style>
span { border-color: #C37DC0; }
span { border-color: rgb(195,125,192); }
td.TdClassName
{
border-color: #C37DC0;
}
.TagClassName
{
border-color: #C37DC0;
}
</style>