Shades of Orchid #C37BC0
Tints of Orchid #C37BC0
RGB
CMYK
RGB Variations
Color information
#C37BC0 (or 0xC37BC0) is known color: Orchid. HEX triplet: C3, 7B and C0. RGB value is (195,123,192). Sum of RGB (Red+Green+Blue) = 195+123+192=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BC0 is #3C843F. Grayscale: #989898. Windows color (decimal): -3966016 or 12614595. OLE color: 12614595.
HSL color Cylindrical-coordinate representation of color #C37BC0: hue angle of 302.5º 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 #C37BC0 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 192 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.24 |
| HSL | 302.5º | 0.38% | 0.62% | - |
| HSV(B) | 302.5º | 0.37% | 0.76% | - |
| XYZ | 39.1 | 29.57 | 53.52 | - |
| YUV | 152.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 192 | 0 | 0.37 | 0.02 | 0.24 | 302.5 | 0.38 | 0.62 |
| Hex | C3 | 7B | C0 | 0 | 25 | 2 | 18 | 12E | 26 | 3E |
| Octal | 303 | 173 | 300 | 0 | 45 | 2 | 30 | 456 | 46 | 76 |
| Binary | 11000011 | 1111011 | 11000000 | 0 | 100101 | 10 | 11000 | 100101110 | 100110 | 111110 |
Color Harmonies of #C37BC0
Complementary color
Monochromatic Colors of #C37BC0
Black with #C37BC0
Text Example
Text Example
White with #C37BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BC0; }
p { color: rgb(195,123,192); }
H1.HeaderClassName
{
color: #C37BC0;
}
.AnyTagClassName
{
color: #C37BC0;
}
</style>
background-color css
<style>
a { background-color: #C37BC0; }
a { background-color: rgb(195,123,192); }
div.DivClassName
{
background-color: #C37BC0;
}
.BgClassName
{
background-color: #C37BC0;
}
</style>
border-color css
<style>
span { border-color: #C37BC0; }
span { border-color: rgb(195,123,192); }
td.TdClassName
{
border-color: #C37BC0;
}
.TagClassName
{
border-color: #C37BC0;
}
</style>