Shades of Orchid #C37BC8
Tints of Orchid #C37BC8
RGB
CMYK
RGB Variations
Color information
#C37BC8 (or 0xC37BC8) is known color: Orchid. HEX triplet: C3, 7B and C8. RGB value is (195,123,200). Sum of RGB (Red+Green+Blue) = 195+123+200=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 200 - color contains mainly: blue. Hex color #C37BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BC8 is #3C8437. Grayscale: #999999. Windows color (decimal): -3966008 or 13138883. OLE color: 13138883.
HSL color Cylindrical-coordinate representation of color #C37BC8: hue angle of 296.1º degrees, saturation: 0.41, 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 #C37BC8 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 123 | 200 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.22 |
| HSL | 296.1º | 0.41% | 0.63% | - |
| HSV(B) | 296.1º | 0.39% | 0.78% | - |
| XYZ | 40.01 | 29.94 | 58.31 | - |
| YUV | 153.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 200 | 0.02 | 0.38 | 0 | 0.22 | 296.1 | 0.41 | 0.63 |
| Hex | C3 | 7B | C8 | 2 | 26 | 0 | 16 | 128 | 29 | 3F |
| Octal | 303 | 173 | 310 | 2 | 46 | 0 | 26 | 450 | 51 | 77 |
| Binary | 11000011 | 1111011 | 11001000 | 10 | 100110 | 0 | 10110 | 100101000 | 101001 | 111111 |
Color Harmonies of #C37BC8
Complementary color
Monochromatic Colors of #C37BC8
Black with #C37BC8
Text Example
Text Example
White with #C37BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BC8; }
p { color: rgb(195,123,200); }
H1.HeaderClassName
{
color: #C37BC8;
}
.AnyTagClassName
{
color: #C37BC8;
}
</style>
background-color css
<style>
a { background-color: #C37BC8; }
a { background-color: rgb(195,123,200); }
div.DivClassName
{
background-color: #C37BC8;
}
.BgClassName
{
background-color: #C37BC8;
}
</style>
border-color css
<style>
span { border-color: #C37BC8; }
span { border-color: rgb(195,123,200); }
td.TdClassName
{
border-color: #C37BC8;
}
.TagClassName
{
border-color: #C37BC8;
}
</style>