Shades of Orchid #C972C0
Tints of Orchid #C972C0
RGB
CMYK
RGB Variations
Color information
#C972C0 (or 0xC972C0) is known color: Orchid. HEX triplet: C9, 72 and C0. RGB value is (201,114,192). Sum of RGB (Red+Green+Blue) = 201+114+192=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C972C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972C0 is #368D3F. Grayscale: #949494. Windows color (decimal): -3575104 or 12612297. OLE color: 12612297.
HSL color Cylindrical-coordinate representation of color #C972C0: hue angle of 306.21º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C972C0 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 192 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.21 |
| HSL | 306.21º | 0.45% | 0.62% | - |
| HSV(B) | 306.21º | 0.43% | 0.79% | - |
| XYZ | 39.62 | 28.26 | 53.24 | - |
| YUV | 148.91 | 152.32 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 192 | 0 | 0.43 | 0.04 | 0.21 | 306.21 | 0.45 | 0.62 |
| Hex | C9 | 72 | C0 | 0 | 2B | 4 | 15 | 132 | 2D | 3E |
| Octal | 311 | 162 | 300 | 0 | 53 | 4 | 25 | 462 | 55 | 76 |
| Binary | 11001001 | 1110010 | 11000000 | 0 | 101011 | 100 | 10101 | 100110010 | 101101 | 111110 |
Color Harmonies of #C972C0
Complementary color
Monochromatic Colors of #C972C0
Black with #C972C0
Text Example
Text Example
White with #C972C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972C0; }
p { color: rgb(201,114,192); }
H1.HeaderClassName
{
color: #C972C0;
}
.AnyTagClassName
{
color: #C972C0;
}
</style>
background-color css
<style>
a { background-color: #C972C0; }
a { background-color: rgb(201,114,192); }
div.DivClassName
{
background-color: #C972C0;
}
.BgClassName
{
background-color: #C972C0;
}
</style>
border-color css
<style>
span { border-color: #C972C0; }
span { border-color: rgb(201,114,192); }
td.TdClassName
{
border-color: #C972C0;
}
.TagClassName
{
border-color: #C972C0;
}
</style>