Shades of Orchid #C37DBE
Tints of Orchid #C37DBE
RGB
CMYK
RGB Variations
Color information
#C37DBE (or 0xC37DBE) is known color: Orchid. HEX triplet: C3, 7D and BE. RGB value is (195,125,190). Sum of RGB (Red+Green+Blue) = 195+125+190=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DBE is #3C8241. Grayscale: #999999. Windows color (decimal): -3965506 or 12484035. OLE color: 12484035.
HSL color Cylindrical-coordinate representation of color #C37DBE: hue angle of 304.29º 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 #C37DBE is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 125 | 190 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.24 |
| HSL | 304.29º | 0.37% | 0.63% | - |
| HSV(B) | 304.29º | 0.36% | 0.76% | - |
| XYZ | 39.13 | 29.99 | 52.44 | - |
| YUV | 153.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 190 | 0 | 0.36 | 0.03 | 0.24 | 304.29 | 0.37 | 0.63 |
| Hex | C3 | 7D | BE | 0 | 24 | 3 | 18 | 130 | 25 | 3F |
| Octal | 303 | 175 | 276 | 0 | 44 | 3 | 30 | 460 | 45 | 77 |
| Binary | 11000011 | 1111101 | 10111110 | 0 | 100100 | 11 | 11000 | 100110000 | 100101 | 111111 |
Color Harmonies of #C37DBE
Complementary color
Monochromatic Colors of #C37DBE
Black with #C37DBE
Text Example
Text Example
White with #C37DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DBE; }
p { color: rgb(195,125,190); }
H1.HeaderClassName
{
color: #C37DBE;
}
.AnyTagClassName
{
color: #C37DBE;
}
</style>
background-color css
<style>
a { background-color: #C37DBE; }
a { background-color: rgb(195,125,190); }
div.DivClassName
{
background-color: #C37DBE;
}
.BgClassName
{
background-color: #C37DBE;
}
</style>
border-color css
<style>
span { border-color: #C37DBE; }
span { border-color: rgb(195,125,190); }
td.TdClassName
{
border-color: #C37DBE;
}
.TagClassName
{
border-color: #C37DBE;
}
</style>