Shades of Orchid #C37BD5
Tints of Orchid #C37BD5
RGB
CMYK
RGB Variations
Color information
#C37BD5 (or 0xC37BD5) is known color: Orchid. HEX triplet: C3, 7B and D5. RGB value is (195,123,213). Sum of RGB (Red+Green+Blue) = 195+123+213=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #C37BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BD5 is #3C842A. Grayscale: #9A9A9A. Windows color (decimal): -3965995 or 13990851. OLE color: 13990851.
HSL color Cylindrical-coordinate representation of color #C37BD5: hue angle of 288º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37BD5 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 123 | 213 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.16 |
| HSL | 288º | 0.52% | 0.66% | - |
| HSV(B) | 288º | 0.42% | 0.84% | - |
| XYZ | 41.6 | 30.57 | 66.66 | - |
| YUV | 154.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 213 | 0.08 | 0.42 | 0 | 0.16 | 288 | 0.52 | 0.66 |
| Hex | C3 | 7B | D5 | 8 | 2A | 0 | 10 | 120 | 34 | 42 |
| Octal | 303 | 173 | 325 | 10 | 52 | 0 | 20 | 440 | 64 | 102 |
| Binary | 11000011 | 1111011 | 11010101 | 1000 | 101010 | 0 | 10000 | 100100000 | 110100 | 1000010 |
Color Harmonies of #C37BD5
Complementary color
Monochromatic Colors of #C37BD5
Black with #C37BD5
Text Example
Text Example
White with #C37BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BD5; }
p { color: rgb(195,123,213); }
H1.HeaderClassName
{
color: #C37BD5;
}
.AnyTagClassName
{
color: #C37BD5;
}
</style>
background-color css
<style>
a { background-color: #C37BD5; }
a { background-color: rgb(195,123,213); }
div.DivClassName
{
background-color: #C37BD5;
}
.BgClassName
{
background-color: #C37BD5;
}
</style>
border-color css
<style>
span { border-color: #C37BD5; }
span { border-color: rgb(195,123,213); }
td.TdClassName
{
border-color: #C37BD5;
}
.TagClassName
{
border-color: #C37BD5;
}
</style>