Shades of Orchid #C37CCE
Tints of Orchid #C37CCE
RGB
CMYK
RGB Variations
Color information
#C37CCE (or 0xC37CCE) is known color: Orchid. HEX triplet: C3, 7C and CE. RGB value is (195,124,206). Sum of RGB (Red+Green+Blue) = 195+124+206=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #C37CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CCE is #3C8331. Grayscale: #9A9A9A. Windows color (decimal): -3965746 or 13532355. OLE color: 13532355.
HSL color Cylindrical-coordinate representation of color #C37CCE: hue angle of 291.95º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37CCE is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 124 | 206 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.19 |
| HSL | 291.95º | 0.46% | 0.65% | - |
| HSV(B) | 291.95º | 0.4% | 0.81% | - |
| XYZ | 40.85 | 30.47 | 62.12 | - |
| YUV | 154.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 206 | 0.05 | 0.40 | 0 | 0.19 | 291.95 | 0.46 | 0.65 |
| Hex | C3 | 7C | CE | 5 | 28 | 0 | 13 | 124 | 2E | 41 |
| Octal | 303 | 174 | 316 | 5 | 50 | 0 | 23 | 444 | 56 | 101 |
| Binary | 11000011 | 1111100 | 11001110 | 101 | 101000 | 0 | 10011 | 100100100 | 101110 | 1000001 |
Color Harmonies of #C37CCE
Complementary color
Monochromatic Colors of #C37CCE
Black with #C37CCE
Text Example
Text Example
White with #C37CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CCE; }
p { color: rgb(195,124,206); }
H1.HeaderClassName
{
color: #C37CCE;
}
.AnyTagClassName
{
color: #C37CCE;
}
</style>
background-color css
<style>
a { background-color: #C37CCE; }
a { background-color: rgb(195,124,206); }
div.DivClassName
{
background-color: #C37CCE;
}
.BgClassName
{
background-color: #C37CCE;
}
</style>
border-color css
<style>
span { border-color: #C37CCE; }
span { border-color: rgb(195,124,206); }
td.TdClassName
{
border-color: #C37CCE;
}
.TagClassName
{
border-color: #C37CCE;
}
</style>