Shades of Orchid #C37CBE
Tints of Orchid #C37CBE
RGB
CMYK
RGB Variations
Color information
#C37CBE (or 0xC37CBE) is known color: Orchid. HEX triplet: C3, 7C and BE. RGB value is (195,124,190). Sum of RGB (Red+Green+Blue) = 195+124+190=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CBE is #3C8341. Grayscale: #989898. Windows color (decimal): -3965762 or 12483779. OLE color: 12483779.
HSL color Cylindrical-coordinate representation of color #C37CBE: hue angle of 304.23º 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 #C37CBE is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 190 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.24 |
| HSL | 304.23º | 0.37% | 0.63% | - |
| HSV(B) | 304.23º | 0.36% | 0.76% | - |
| XYZ | 39.01 | 29.74 | 52.4 | - |
| YUV | 152.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 190 | 0 | 0.36 | 0.03 | 0.24 | 304.23 | 0.37 | 0.63 |
| Hex | C3 | 7C | BE | 0 | 24 | 3 | 18 | 130 | 25 | 3F |
| Octal | 303 | 174 | 276 | 0 | 44 | 3 | 30 | 460 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10111110 | 0 | 100100 | 11 | 11000 | 100110000 | 100101 | 111111 |
Color Harmonies of #C37CBE
Complementary color
Monochromatic Colors of #C37CBE
Black with #C37CBE
Text Example
Text Example
White with #C37CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CBE; }
p { color: rgb(195,124,190); }
H1.HeaderClassName
{
color: #C37CBE;
}
.AnyTagClassName
{
color: #C37CBE;
}
</style>
background-color css
<style>
a { background-color: #C37CBE; }
a { background-color: rgb(195,124,190); }
div.DivClassName
{
background-color: #C37CBE;
}
.BgClassName
{
background-color: #C37CBE;
}
</style>
border-color css
<style>
span { border-color: #C37CBE; }
span { border-color: rgb(195,124,190); }
td.TdClassName
{
border-color: #C37CBE;
}
.TagClassName
{
border-color: #C37CBE;
}
</style>