Shades of Orchid #C572C6
Tints of Orchid #C572C6
RGB
CMYK
RGB Variations
Color information
#C572C6 (or 0xC572C6) is known color: Orchid. HEX triplet: C5, 72 and C6. RGB value is (197,114,198). Sum of RGB (Red+Green+Blue) = 197+114+198=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 198 (77.73% from 255 or 38.90% from 509); Max value from RGB is 198 - color contains mainly: blue. Hex color #C572C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572C6 is #3A8D39. Grayscale: #949494. Windows color (decimal): -3837242 or 13005509. OLE color: 13005509.
HSL color Cylindrical-coordinate representation of color #C572C6: hue angle of 299.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C572C6 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 114 | 198 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.22 |
| HSL | 299.29º | 0.42% | 0.61% | - |
| HSV(B) | 299.29º | 0.42% | 0.78% | - |
| XYZ | 39.24 | 27.98 | 56.76 | - |
| YUV | 148.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 114 | 198 | 0.01 | 0.42 | 0 | 0.22 | 299.29 | 0.42 | 0.61 |
| Hex | C5 | 72 | C6 | 1 | 2A | 0 | 16 | 12B | 2A | 3D |
| Octal | 305 | 162 | 306 | 1 | 52 | 0 | 26 | 453 | 52 | 75 |
| Binary | 11000101 | 1110010 | 11000110 | 1 | 101010 | 0 | 10110 | 100101011 | 101010 | 111101 |
Color Harmonies of #C572C6
Complementary color
Monochromatic Colors of #C572C6
Black with #C572C6
Text Example
Text Example
White with #C572C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C572C6; }
p { color: rgb(197,114,198); }
H1.HeaderClassName
{
color: #C572C6;
}
.AnyTagClassName
{
color: #C572C6;
}
</style>
background-color css
<style>
a { background-color: #C572C6; }
a { background-color: rgb(197,114,198); }
div.DivClassName
{
background-color: #C572C6;
}
.BgClassName
{
background-color: #C572C6;
}
</style>
border-color css
<style>
span { border-color: #C572C6; }
span { border-color: rgb(197,114,198); }
td.TdClassName
{
border-color: #C572C6;
}
.TagClassName
{
border-color: #C572C6;
}
</style>