Shades of Orchid #C572CD
Tints of Orchid #C572CD
RGB
CMYK
RGB Variations
Color information
#C572CD (or 0xC572CD) is known color: Orchid. HEX triplet: C5, 72 and CD. RGB value is (197,114,205). Sum of RGB (Red+Green+Blue) = 197+114+205=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #C572CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572CD is #3A8D32. Grayscale: #949494. Windows color (decimal): -3837235 or 13464261. OLE color: 13464261.
HSL color Cylindrical-coordinate representation of color #C572CD: hue angle of 294.73º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C572CD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 114 | 205 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.20 |
| HSL | 294.73º | 0.48% | 0.63% | - |
| HSV(B) | 294.73º | 0.44% | 0.8% | - |
| XYZ | 40.06 | 28.31 | 61.11 | - |
| YUV | 149.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 205 | 0.04 | 0.44 | 0 | 0.20 | 294.73 | 0.48 | 0.63 |
| Hex | C5 | 72 | CD | 4 | 2C | 0 | 14 | 127 | 30 | 3F |
| Octal | 305 | 162 | 315 | 4 | 54 | 0 | 24 | 447 | 60 | 77 |
| Binary | 11000101 | 1110010 | 11001101 | 100 | 101100 | 0 | 10100 | 100100111 | 110000 | 111111 |
Color Harmonies of #C572CD
Complementary color
Monochromatic Colors of #C572CD
Black with #C572CD
Text Example
Text Example
White with #C572CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572CD; }
p { color: rgb(197,114,205); }
H1.HeaderClassName
{
color: #C572CD;
}
.AnyTagClassName
{
color: #C572CD;
}
</style>
background-color css
<style>
a { background-color: #C572CD; }
a { background-color: rgb(197,114,205); }
div.DivClassName
{
background-color: #C572CD;
}
.BgClassName
{
background-color: #C572CD;
}
</style>
border-color css
<style>
span { border-color: #C572CD; }
span { border-color: rgb(197,114,205); }
td.TdClassName
{
border-color: #C572CD;
}
.TagClassName
{
border-color: #C572CD;
}
</style>