Shades of Orchid #C37ADD
Tints of Orchid #C37ADD
RGB
CMYK
RGB Variations
Color information
#C37ADD (or 0xC37ADD) is known color: Orchid. HEX triplet: C3, 7A and DD. RGB value is (195,122,221). Sum of RGB (Red+Green+Blue) = 195+122+221=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C37ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ADD is #3C8522. Grayscale: #9A9A9A. Windows color (decimal): -3966243 or 14514883. OLE color: 14514883.
HSL color Cylindrical-coordinate representation of color #C37ADD: hue angle of 284.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C37ADD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 122 | 221 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.13 |
| HSL | 284.24º | 0.59% | 0.67% | - |
| HSV(B) | 284.24º | 0.45% | 0.87% | - |
| XYZ | 42.52 | 30.74 | 72.1 | - |
| YUV | 155.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 221 | 0.12 | 0.45 | 0 | 0.13 | 284.24 | 0.59 | 0.67 |
| Hex | C3 | 7A | DD | C | 2D | 0 | D | 11C | 3B | 43 |
| Octal | 303 | 172 | 335 | 14 | 55 | 0 | 15 | 434 | 73 | 103 |
| Binary | 11000011 | 1111010 | 11011101 | 1100 | 101101 | 0 | 1101 | 100011100 | 111011 | 1000011 |
Color Harmonies of #C37ADD
Complementary color
Monochromatic Colors of #C37ADD
Black with #C37ADD
Text Example
Text Example
White with #C37ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37ADD; }
p { color: rgb(195,122,221); }
H1.HeaderClassName
{
color: #C37ADD;
}
.AnyTagClassName
{
color: #C37ADD;
}
</style>
background-color css
<style>
a { background-color: #C37ADD; }
a { background-color: rgb(195,122,221); }
div.DivClassName
{
background-color: #C37ADD;
}
.BgClassName
{
background-color: #C37ADD;
}
</style>
border-color css
<style>
span { border-color: #C37ADD; }
span { border-color: rgb(195,122,221); }
td.TdClassName
{
border-color: #C37ADD;
}
.TagClassName
{
border-color: #C37ADD;
}
</style>