Shades of Orchid #C575CB
Tints of Orchid #C575CB
RGB
CMYK
RGB Variations
Color information
#C575CB (or 0xC575CB) is known color: Orchid. HEX triplet: C5, 75 and CB. RGB value is (197,117,203). Sum of RGB (Red+Green+Blue) = 197+117+203=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #C575CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C575CB is #3A8A34. Grayscale: #969696. Windows color (decimal): -3836469 or 13333957. OLE color: 13333957.
HSL color Cylindrical-coordinate representation of color #C575CB: hue angle of 295.81º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C575CB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 117 | 203 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.20 |
| HSL | 295.81º | 0.45% | 0.63% | - |
| HSV(B) | 295.81º | 0.42% | 0.8% | - |
| XYZ | 40.17 | 28.9 | 59.96 | - |
| YUV | 150.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 117 | 203 | 0.03 | 0.42 | 0 | 0.20 | 295.81 | 0.45 | 0.63 |
| Hex | C5 | 75 | CB | 3 | 2A | 0 | 14 | 128 | 2D | 3F |
| Octal | 305 | 165 | 313 | 3 | 52 | 0 | 24 | 450 | 55 | 77 |
| Binary | 11000101 | 1110101 | 11001011 | 11 | 101010 | 0 | 10100 | 100101000 | 101101 | 111111 |
Color Harmonies of #C575CB
Complementary color
Monochromatic Colors of #C575CB
Black with #C575CB
Text Example
Text Example
White with #C575CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C575CB; }
p { color: rgb(197,117,203); }
H1.HeaderClassName
{
color: #C575CB;
}
.AnyTagClassName
{
color: #C575CB;
}
</style>
background-color css
<style>
a { background-color: #C575CB; }
a { background-color: rgb(197,117,203); }
div.DivClassName
{
background-color: #C575CB;
}
.BgClassName
{
background-color: #C575CB;
}
</style>
border-color css
<style>
span { border-color: #C575CB; }
span { border-color: rgb(197,117,203); }
td.TdClassName
{
border-color: #C575CB;
}
.TagClassName
{
border-color: #C575CB;
}
</style>