Shades of Orchid #C575E0
Tints of Orchid #C575E0
RGB
CMYK
RGB Variations
Color information
#C575E0 (or 0xC575E0) is known color: Orchid. HEX triplet: C5, 75 and E0. RGB value is (197,117,224). Sum of RGB (Red+Green+Blue) = 197+117+224=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #C575E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575E0 is #3A8A1F. Grayscale: #989898. Windows color (decimal): -3836448 or 14710213. OLE color: 14710213.
HSL color Cylindrical-coordinate representation of color #C575E0: hue angle of 284.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C575E0 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 117 | 224 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.12 |
| HSL | 284.86º | 0.63% | 0.67% | - |
| HSV(B) | 284.86º | 0.48% | 0.88% | - |
| XYZ | 42.84 | 29.97 | 74.05 | - |
| YUV | 153.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 224 | 0.12 | 0.48 | 0 | 0.12 | 284.86 | 0.63 | 0.67 |
| Hex | C5 | 75 | E0 | C | 30 | 0 | C | 11D | 3F | 43 |
| Octal | 305 | 165 | 340 | 14 | 60 | 0 | 14 | 435 | 77 | 103 |
| Binary | 11000101 | 1110101 | 11100000 | 1100 | 110000 | 0 | 1100 | 100011101 | 111111 | 1000011 |
Color Harmonies of #C575E0
Complementary color
Monochromatic Colors of #C575E0
Black with #C575E0
Text Example
Text Example
White with #C575E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575E0; }
p { color: rgb(197,117,224); }
H1.HeaderClassName
{
color: #C575E0;
}
.AnyTagClassName
{
color: #C575E0;
}
</style>
background-color css
<style>
a { background-color: #C575E0; }
a { background-color: rgb(197,117,224); }
div.DivClassName
{
background-color: #C575E0;
}
.BgClassName
{
background-color: #C575E0;
}
</style>
border-color css
<style>
span { border-color: #C575E0; }
span { border-color: rgb(197,117,224); }
td.TdClassName
{
border-color: #C575E0;
}
.TagClassName
{
border-color: #C575E0;
}
</style>