Shades of Orchid #C37BC1
Tints of Orchid #C37BC1
RGB
CMYK
RGB Variations
Color information
#C37BC1 (or 0xC37BC1) is known color: Orchid. HEX triplet: C3, 7B and C1. RGB value is (195,123,193). Sum of RGB (Red+Green+Blue) = 195+123+193=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BC1 is #3C843E. Grayscale: #989898. Windows color (decimal): -3966015 or 12680131. OLE color: 12680131.
HSL color Cylindrical-coordinate representation of color #C37BC1: hue angle of 301.67º 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 #C37BC1 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 193 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.24 |
| HSL | 301.67º | 0.38% | 0.62% | - |
| HSV(B) | 301.67º | 0.37% | 0.76% | - |
| XYZ | 39.21 | 29.62 | 54.1 | - |
| YUV | 152.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 193 | 0 | 0.37 | 0.01 | 0.24 | 301.67 | 0.38 | 0.62 |
| Hex | C3 | 7B | C1 | 0 | 25 | 1 | 18 | 12E | 26 | 3E |
| Octal | 303 | 173 | 301 | 0 | 45 | 1 | 30 | 456 | 46 | 76 |
| Binary | 11000011 | 1111011 | 11000001 | 0 | 100101 | 1 | 11000 | 100101110 | 100110 | 111110 |
Color Harmonies of #C37BC1
Complementary color
Monochromatic Colors of #C37BC1
Black with #C37BC1
Text Example
Text Example
White with #C37BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BC1; }
p { color: rgb(195,123,193); }
H1.HeaderClassName
{
color: #C37BC1;
}
.AnyTagClassName
{
color: #C37BC1;
}
</style>
background-color css
<style>
a { background-color: #C37BC1; }
a { background-color: rgb(195,123,193); }
div.DivClassName
{
background-color: #C37BC1;
}
.BgClassName
{
background-color: #C37BC1;
}
</style>
border-color css
<style>
span { border-color: #C37BC1; }
span { border-color: rgb(195,123,193); }
td.TdClassName
{
border-color: #C37BC1;
}
.TagClassName
{
border-color: #C37BC1;
}
</style>