Shades of Orchid #C575D1
Tints of Orchid #C575D1
RGB
CMYK
RGB Variations
Color information
#C575D1 (or 0xC575D1) is known color: Orchid. HEX triplet: C5, 75 and D1. RGB value is (197,117,209). Sum of RGB (Red+Green+Blue) = 197+117+209=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #C575D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575D1 is #3A8A2E. Grayscale: #979797. Windows color (decimal): -3836463 or 13727173. OLE color: 13727173.
HSL color Cylindrical-coordinate representation of color #C575D1: hue angle of 292.17º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C575D1 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 117 | 209 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.18 |
| HSL | 292.17º | 0.5% | 0.64% | - |
| HSV(B) | 292.17º | 0.44% | 0.82% | - |
| XYZ | 40.9 | 29.2 | 63.8 | - |
| YUV | 151.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 209 | 0.06 | 0.44 | 0 | 0.18 | 292.17 | 0.5 | 0.64 |
| Hex | C5 | 75 | D1 | 6 | 2C | 0 | 12 | 124 | 32 | 40 |
| Octal | 305 | 165 | 321 | 6 | 54 | 0 | 22 | 444 | 62 | 100 |
| Binary | 11000101 | 1110101 | 11010001 | 110 | 101100 | 0 | 10010 | 100100100 | 110010 | 1000000 |
Color Harmonies of #C575D1
Complementary color
Monochromatic Colors of #C575D1
Black with #C575D1
Text Example
Text Example
White with #C575D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575D1; }
p { color: rgb(197,117,209); }
H1.HeaderClassName
{
color: #C575D1;
}
.AnyTagClassName
{
color: #C575D1;
}
</style>
background-color css
<style>
a { background-color: #C575D1; }
a { background-color: rgb(197,117,209); }
div.DivClassName
{
background-color: #C575D1;
}
.BgClassName
{
background-color: #C575D1;
}
</style>
border-color css
<style>
span { border-color: #C575D1; }
span { border-color: rgb(197,117,209); }
td.TdClassName
{
border-color: #C575D1;
}
.TagClassName
{
border-color: #C575D1;
}
</style>