Shades of Orchid #C575CA
Tints of Orchid #C575CA
RGB
CMYK
RGB Variations
Color information
#C575CA (or 0xC575CA) is known color: Orchid. HEX triplet: C5, 75 and CA. RGB value is (197,117,202). Sum of RGB (Red+Green+Blue) = 197+117+202=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #C575CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575CA is #3A8A35. Grayscale: #969696. Windows color (decimal): -3836470 or 13268421. OLE color: 13268421.
HSL color Cylindrical-coordinate representation of color #C575CA: hue angle of 296.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C575CA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 117 | 202 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.21 |
| HSL | 296.47º | 0.45% | 0.63% | - |
| HSV(B) | 296.47º | 0.42% | 0.79% | - |
| XYZ | 40.05 | 28.86 | 59.34 | - |
| YUV | 150.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 202 | 0.02 | 0.42 | 0 | 0.21 | 296.47 | 0.45 | 0.63 |
| Hex | C5 | 75 | CA | 2 | 2A | 0 | 15 | 128 | 2D | 3F |
| Octal | 305 | 165 | 312 | 2 | 52 | 0 | 25 | 450 | 55 | 77 |
| Binary | 11000101 | 1110101 | 11001010 | 10 | 101010 | 0 | 10101 | 100101000 | 101101 | 111111 |
Color Harmonies of #C575CA
Complementary color
Monochromatic Colors of #C575CA
Black with #C575CA
Text Example
Text Example
White with #C575CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575CA; }
p { color: rgb(197,117,202); }
H1.HeaderClassName
{
color: #C575CA;
}
.AnyTagClassName
{
color: #C575CA;
}
</style>
background-color css
<style>
a { background-color: #C575CA; }
a { background-color: rgb(197,117,202); }
div.DivClassName
{
background-color: #C575CA;
}
.BgClassName
{
background-color: #C575CA;
}
</style>
border-color css
<style>
span { border-color: #C575CA; }
span { border-color: rgb(197,117,202); }
td.TdClassName
{
border-color: #C575CA;
}
.TagClassName
{
border-color: #C575CA;
}
</style>