Shades of Orchid #C57CD4
Tints of Orchid #C57CD4
RGB
CMYK
RGB Variations
Color information
#C57CD4 (or 0xC57CD4) is known color: Orchid. HEX triplet: C5, 7C and D4. RGB value is (197,124,212). Sum of RGB (Red+Green+Blue) = 197+124+212=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #C57CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CD4 is #3A832B. Grayscale: #9B9B9B. Windows color (decimal): -3834668 or 13925573. OLE color: 13925573.
HSL color Cylindrical-coordinate representation of color #C57CD4: hue angle of 289.77º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57CD4 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 124 | 212 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.17 |
| HSL | 289.77º | 0.51% | 0.66% | - |
| HSV(B) | 289.77º | 0.42% | 0.83% | - |
| XYZ | 42.12 | 31.04 | 66.06 | - |
| YUV | 155.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 212 | 0.07 | 0.42 | 0 | 0.17 | 289.77 | 0.51 | 0.66 |
| Hex | C5 | 7C | D4 | 7 | 2A | 0 | 11 | 122 | 33 | 42 |
| Octal | 305 | 174 | 324 | 7 | 52 | 0 | 21 | 442 | 63 | 102 |
| Binary | 11000101 | 1111100 | 11010100 | 111 | 101010 | 0 | 10001 | 100100010 | 110011 | 1000010 |
Color Harmonies of #C57CD4
Complementary color
Monochromatic Colors of #C57CD4
Black with #C57CD4
Text Example
Text Example
White with #C57CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CD4; }
p { color: rgb(197,124,212); }
H1.HeaderClassName
{
color: #C57CD4;
}
.AnyTagClassName
{
color: #C57CD4;
}
</style>
background-color css
<style>
a { background-color: #C57CD4; }
a { background-color: rgb(197,124,212); }
div.DivClassName
{
background-color: #C57CD4;
}
.BgClassName
{
background-color: #C57CD4;
}
</style>
border-color css
<style>
span { border-color: #C57CD4; }
span { border-color: rgb(197,124,212); }
td.TdClassName
{
border-color: #C57CD4;
}
.TagClassName
{
border-color: #C57CD4;
}
</style>