Shades of Orchid #C37CC2
Tints of Orchid #C37CC2
RGB
CMYK
RGB Variations
Color information
#C37CC2 (or 0xC37CC2) is known color: Orchid. HEX triplet: C3, 7C and C2. RGB value is (195,124,194). Sum of RGB (Red+Green+Blue) = 195+124+194=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CC2 is #3C833D. Grayscale: #999999. Windows color (decimal): -3965758 or 12745923. OLE color: 12745923.
HSL color Cylindrical-coordinate representation of color #C37CC2: hue angle of 300.85º 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 #C37CC2 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 194 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.24 |
| HSL | 300.85º | 0.37% | 0.63% | - |
| HSV(B) | 300.85º | 0.36% | 0.76% | - |
| XYZ | 39.45 | 29.91 | 54.73 | - |
| YUV | 153.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 194 | 0 | 0.36 | 0.01 | 0.24 | 300.85 | 0.37 | 0.63 |
| Hex | C3 | 7C | C2 | 0 | 24 | 1 | 18 | 12D | 25 | 3F |
| Octal | 303 | 174 | 302 | 0 | 44 | 1 | 30 | 455 | 45 | 77 |
| Binary | 11000011 | 1111100 | 11000010 | 0 | 100100 | 1 | 11000 | 100101101 | 100101 | 111111 |
Color Harmonies of #C37CC2
Complementary color
Monochromatic Colors of #C37CC2
Black with #C37CC2
Text Example
Text Example
White with #C37CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CC2; }
p { color: rgb(195,124,194); }
H1.HeaderClassName
{
color: #C37CC2;
}
.AnyTagClassName
{
color: #C37CC2;
}
</style>
background-color css
<style>
a { background-color: #C37CC2; }
a { background-color: rgb(195,124,194); }
div.DivClassName
{
background-color: #C37CC2;
}
.BgClassName
{
background-color: #C37CC2;
}
</style>
border-color css
<style>
span { border-color: #C37CC2; }
span { border-color: rgb(195,124,194); }
td.TdClassName
{
border-color: #C37CC2;
}
.TagClassName
{
border-color: #C37CC2;
}
</style>