Shades of Orchid #C576D4
Tints of Orchid #C576D4
RGB
CMYK
RGB Variations
Color information
#C576D4 (or 0xC576D4) is known color: Orchid. HEX triplet: C5, 76 and D4. RGB value is (197,118,212). Sum of RGB (Red+Green+Blue) = 197+118+212=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 212 - color contains mainly: blue. Hex color #C576D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576D4 is #3A892B. Grayscale: #989898. Windows color (decimal): -3836204 or 13924037. OLE color: 13924037.
HSL color Cylindrical-coordinate representation of color #C576D4: hue angle of 290.43º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C576D4 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 118 | 212 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.17 |
| HSL | 290.43º | 0.52% | 0.65% | - |
| HSV(B) | 290.43º | 0.44% | 0.83% | - |
| XYZ | 41.39 | 29.58 | 65.82 | - |
| YUV | 152.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 212 | 0.07 | 0.44 | 0 | 0.17 | 290.43 | 0.52 | 0.65 |
| Hex | C5 | 76 | D4 | 7 | 2C | 0 | 11 | 122 | 34 | 41 |
| Octal | 305 | 166 | 324 | 7 | 54 | 0 | 21 | 442 | 64 | 101 |
| Binary | 11000101 | 1110110 | 11010100 | 111 | 101100 | 0 | 10001 | 100100010 | 110100 | 1000001 |
Color Harmonies of #C576D4
Complementary color
Monochromatic Colors of #C576D4
Black with #C576D4
Text Example
Text Example
White with #C576D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C576D4; }
p { color: rgb(197,118,212); }
H1.HeaderClassName
{
color: #C576D4;
}
.AnyTagClassName
{
color: #C576D4;
}
</style>
background-color css
<style>
a { background-color: #C576D4; }
a { background-color: rgb(197,118,212); }
div.DivClassName
{
background-color: #C576D4;
}
.BgClassName
{
background-color: #C576D4;
}
</style>
border-color css
<style>
span { border-color: #C576D4; }
span { border-color: rgb(197,118,212); }
td.TdClassName
{
border-color: #C576D4;
}
.TagClassName
{
border-color: #C576D4;
}
</style>