Shades of Orchid #C37CC3
Tints of Orchid #C37CC3
RGB
CMYK
RGB Variations
Color information
#C37CC3 (or 0xC37CC3) is known color: Orchid. HEX triplet: C3, 7C and C3. RGB value is (195,124,195). Sum of RGB (Red+Green+Blue) = 195+124+195=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C37CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CC3 is #3C833C. Grayscale: #999999. Windows color (decimal): -3965757 or 12811459. OLE color: 12811459.
HSL color Cylindrical-coordinate representation of color #C37CC3: hue angle of 300º 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 #C37CC3 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 195 | - |
| CMYK | 0 | 0.36 | 0 | 0.24 |
| HSL | 300º | 0.37% | 0.63% | - |
| HSV(B) | 300º | 0.36% | 0.76% | - |
| XYZ | 39.56 | 29.96 | 55.33 | - |
| YUV | 153.32 | 151.52 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 195 | 0 | 0.36 | 0 | 0.24 | 300 | 0.37 | 0.63 |
| Hex | C3 | 7C | C3 | 0 | 24 | 0 | 18 | 12C | 25 | 3F |
| Octal | 303 | 174 | 303 | 0 | 44 | 0 | 30 | 454 | 45 | 77 |
| Binary | 11000011 | 1111100 | 11000011 | 0 | 100100 | 0 | 11000 | 100101100 | 100101 | 111111 |
Color Harmonies of #C37CC3
Complementary color
Monochromatic Colors of #C37CC3
Black with #C37CC3
Text Example
Text Example
White with #C37CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CC3; }
p { color: rgb(195,124,195); }
H1.HeaderClassName
{
color: #C37CC3;
}
.AnyTagClassName
{
color: #C37CC3;
}
</style>
background-color css
<style>
a { background-color: #C37CC3; }
a { background-color: rgb(195,124,195); }
div.DivClassName
{
background-color: #C37CC3;
}
.BgClassName
{
background-color: #C37CC3;
}
</style>
border-color css
<style>
span { border-color: #C37CC3; }
span { border-color: rgb(195,124,195); }
td.TdClassName
{
border-color: #C37CC3;
}
.TagClassName
{
border-color: #C37CC3;
}
</style>