Shades of Orchid #C57ADE
Tints of Orchid #C57ADE
RGB
CMYK
RGB Variations
Color information
#C57ADE (or 0xC57ADE) is known color: Orchid. HEX triplet: C5, 7A and DE. RGB value is (197,122,222). Sum of RGB (Red+Green+Blue) = 197+122+222=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #C57ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ADE is #3A8521. Grayscale: #9B9B9B. Windows color (decimal): -3835170 or 14580421. OLE color: 14580421.
HSL color Cylindrical-coordinate representation of color #C57ADE: hue angle of 285º degrees, saturation: 0.6, 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 #C57ADE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 122 | 222 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.13 |
| HSL | 285º | 0.6% | 0.67% | - |
| HSV(B) | 285º | 0.45% | 0.87% | - |
| XYZ | 43.17 | 31.06 | 72.83 | - |
| YUV | 155.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 222 | 0.11 | 0.45 | 0 | 0.13 | 285 | 0.6 | 0.67 |
| Hex | C5 | 7A | DE | B | 2D | 0 | D | 11D | 3C | 43 |
| Octal | 305 | 172 | 336 | 13 | 55 | 0 | 15 | 435 | 74 | 103 |
| Binary | 11000101 | 1111010 | 11011110 | 1011 | 101101 | 0 | 1101 | 100011101 | 111100 | 1000011 |
Color Harmonies of #C57ADE
Complementary color
Monochromatic Colors of #C57ADE
Black with #C57ADE
Text Example
Text Example
White with #C57ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57ADE; }
p { color: rgb(197,122,222); }
H1.HeaderClassName
{
color: #C57ADE;
}
.AnyTagClassName
{
color: #C57ADE;
}
</style>
background-color css
<style>
a { background-color: #C57ADE; }
a { background-color: rgb(197,122,222); }
div.DivClassName
{
background-color: #C57ADE;
}
.BgClassName
{
background-color: #C57ADE;
}
</style>
border-color css
<style>
span { border-color: #C57ADE; }
span { border-color: rgb(197,122,222); }
td.TdClassName
{
border-color: #C57ADE;
}
.TagClassName
{
border-color: #C57ADE;
}
</style>