Shades of Orchid #C37ACD
Tints of Orchid #C37ACD
RGB
CMYK
RGB Variations
Color information
#C37ACD (or 0xC37ACD) is known color: Orchid. HEX triplet: C3, 7A and CD. RGB value is (195,122,205). Sum of RGB (Red+Green+Blue) = 195+122+205=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #C37ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ACD is #3C8532. Grayscale: #999999. Windows color (decimal): -3966259 or 13466307. OLE color: 13466307.
HSL color Cylindrical-coordinate representation of color #C37ACD: hue angle of 292.77º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37ACD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 122 | 205 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.20 |
| HSL | 292.77º | 0.45% | 0.64% | - |
| HSV(B) | 292.77º | 0.4% | 0.8% | - |
| XYZ | 40.48 | 29.93 | 61.4 | - |
| YUV | 153.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 205 | 0.05 | 0.40 | 0 | 0.20 | 292.77 | 0.45 | 0.64 |
| Hex | C3 | 7A | CD | 5 | 28 | 0 | 14 | 125 | 2D | 40 |
| Octal | 303 | 172 | 315 | 5 | 50 | 0 | 24 | 445 | 55 | 100 |
| Binary | 11000011 | 1111010 | 11001101 | 101 | 101000 | 0 | 10100 | 100100101 | 101101 | 1000000 |
Color Harmonies of #C37ACD
Complementary color
Monochromatic Colors of #C37ACD
Black with #C37ACD
Text Example
Text Example
White with #C37ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37ACD; }
p { color: rgb(195,122,205); }
H1.HeaderClassName
{
color: #C37ACD;
}
.AnyTagClassName
{
color: #C37ACD;
}
</style>
background-color css
<style>
a { background-color: #C37ACD; }
a { background-color: rgb(195,122,205); }
div.DivClassName
{
background-color: #C37ACD;
}
.BgClassName
{
background-color: #C37ACD;
}
</style>
border-color css
<style>
span { border-color: #C37ACD; }
span { border-color: rgb(195,122,205); }
td.TdClassName
{
border-color: #C37ACD;
}
.TagClassName
{
border-color: #C37ACD;
}
</style>