Shades of Orchid #C575D7
Tints of Orchid #C575D7
RGB
CMYK
RGB Variations
Color information
#C575D7 (or 0xC575D7) is known color: Orchid. HEX triplet: C5, 75 and D7. RGB value is (197,117,215). Sum of RGB (Red+Green+Blue) = 197+117+215=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #C575D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575D7 is #3A8A28. Grayscale: #979797. Windows color (decimal): -3836457 or 14120389. OLE color: 14120389.
HSL color Cylindrical-coordinate representation of color #C575D7: hue angle of 288.98º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C575D7 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 117 | 215 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.16 |
| HSL | 288.98º | 0.55% | 0.65% | - |
| HSV(B) | 288.98º | 0.46% | 0.84% | - |
| XYZ | 41.65 | 29.5 | 67.79 | - |
| YUV | 152.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 215 | 0.08 | 0.46 | 0 | 0.16 | 288.98 | 0.55 | 0.65 |
| Hex | C5 | 75 | D7 | 8 | 2E | 0 | 10 | 121 | 37 | 41 |
| Octal | 305 | 165 | 327 | 10 | 56 | 0 | 20 | 441 | 67 | 101 |
| Binary | 11000101 | 1110101 | 11010111 | 1000 | 101110 | 0 | 10000 | 100100001 | 110111 | 1000001 |
Color Harmonies of #C575D7
Complementary color
Monochromatic Colors of #C575D7
Black with #C575D7
Text Example
Text Example
White with #C575D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575D7; }
p { color: rgb(197,117,215); }
H1.HeaderClassName
{
color: #C575D7;
}
.AnyTagClassName
{
color: #C575D7;
}
</style>
background-color css
<style>
a { background-color: #C575D7; }
a { background-color: rgb(197,117,215); }
div.DivClassName
{
background-color: #C575D7;
}
.BgClassName
{
background-color: #C575D7;
}
</style>
border-color css
<style>
span { border-color: #C575D7; }
span { border-color: rgb(197,117,215); }
td.TdClassName
{
border-color: #C575D7;
}
.TagClassName
{
border-color: #C575D7;
}
</style>