Shades of Orchid #C37CCB
Tints of Orchid #C37CCB
RGB
CMYK
RGB Variations
Color information
#C37CCB (or 0xC37CCB) is known color: Orchid. HEX triplet: C3, 7C and CB. RGB value is (195,124,203). Sum of RGB (Red+Green+Blue) = 195+124+203=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C37CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CCB is #3C8334. Grayscale: #999999. Windows color (decimal): -3965749 or 13335747. OLE color: 13335747.
HSL color Cylindrical-coordinate representation of color #C37CCB: hue angle of 293.92º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37CCB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 124 | 203 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.20 |
| HSL | 293.92º | 0.43% | 0.64% | - |
| HSV(B) | 293.92º | 0.39% | 0.8% | - |
| XYZ | 40.49 | 30.33 | 60.22 | - |
| YUV | 154.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 203 | 0.04 | 0.39 | 0 | 0.20 | 293.92 | 0.43 | 0.64 |
| Hex | C3 | 7C | CB | 4 | 27 | 0 | 14 | 126 | 2B | 40 |
| Octal | 303 | 174 | 313 | 4 | 47 | 0 | 24 | 446 | 53 | 100 |
| Binary | 11000011 | 1111100 | 11001011 | 100 | 100111 | 0 | 10100 | 100100110 | 101011 | 1000000 |
Color Harmonies of #C37CCB
Complementary color
Monochromatic Colors of #C37CCB
Black with #C37CCB
Text Example
Text Example
White with #C37CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CCB; }
p { color: rgb(195,124,203); }
H1.HeaderClassName
{
color: #C37CCB;
}
.AnyTagClassName
{
color: #C37CCB;
}
</style>
background-color css
<style>
a { background-color: #C37CCB; }
a { background-color: rgb(195,124,203); }
div.DivClassName
{
background-color: #C37CCB;
}
.BgClassName
{
background-color: #C37CCB;
}
</style>
border-color css
<style>
span { border-color: #C37CCB; }
span { border-color: rgb(195,124,203); }
td.TdClassName
{
border-color: #C37CCB;
}
.TagClassName
{
border-color: #C37CCB;
}
</style>