Shades of Orchid #C37AD7
Tints of Orchid #C37AD7
RGB
CMYK
RGB Variations
Color information
#C37AD7 (or 0xC37AD7) is known color: Orchid. HEX triplet: C3, 7A and D7. RGB value is (195,122,215). Sum of RGB (Red+Green+Blue) = 195+122+215=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #C37AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AD7 is #3C8528. Grayscale: #9A9A9A. Windows color (decimal): -3966249 or 14121667. OLE color: 14121667.
HSL color Cylindrical-coordinate representation of color #C37AD7: hue angle of 287.1º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37AD7 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 122 | 215 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.16 |
| HSL | 287.1º | 0.54% | 0.66% | - |
| HSV(B) | 287.1º | 0.43% | 0.84% | - |
| XYZ | 41.73 | 30.43 | 67.96 | - |
| YUV | 154.43 | 162.18 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 215 | 0.09 | 0.43 | 0 | 0.16 | 287.1 | 0.54 | 0.66 |
| Hex | C3 | 7A | D7 | 9 | 2B | 0 | 10 | 11F | 36 | 42 |
| Octal | 303 | 172 | 327 | 11 | 53 | 0 | 20 | 437 | 66 | 102 |
| Binary | 11000011 | 1111010 | 11010111 | 1001 | 101011 | 0 | 10000 | 100011111 | 110110 | 1000010 |
Color Harmonies of #C37AD7
Complementary color
Monochromatic Colors of #C37AD7
Black with #C37AD7
Text Example
Text Example
White with #C37AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AD7; }
p { color: rgb(195,122,215); }
H1.HeaderClassName
{
color: #C37AD7;
}
.AnyTagClassName
{
color: #C37AD7;
}
</style>
background-color css
<style>
a { background-color: #C37AD7; }
a { background-color: rgb(195,122,215); }
div.DivClassName
{
background-color: #C37AD7;
}
.BgClassName
{
background-color: #C37AD7;
}
</style>
border-color css
<style>
span { border-color: #C37AD7; }
span { border-color: rgb(195,122,215); }
td.TdClassName
{
border-color: #C37AD7;
}
.TagClassName
{
border-color: #C37AD7;
}
</style>