Shades of Orchid #C972C1
Tints of Orchid #C972C1
RGB
CMYK
RGB Variations
Color information
#C972C1 (or 0xC972C1) is known color: Orchid. HEX triplet: C9, 72 and C1. RGB value is (201,114,193). Sum of RGB (Red+Green+Blue) = 201+114+193=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C972C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972C1 is #368D3E. Grayscale: #949494. Windows color (decimal): -3575103 or 12677833. OLE color: 12677833.
HSL color Cylindrical-coordinate representation of color #C972C1: hue angle of 305.52º 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 #C972C1 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 193 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.21 |
| HSL | 305.52º | 0.45% | 0.62% | - |
| HSV(B) | 305.52º | 0.43% | 0.79% | - |
| XYZ | 39.73 | 28.3 | 53.82 | - |
| YUV | 149.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 193 | 0 | 0.43 | 0.04 | 0.21 | 305.52 | 0.45 | 0.62 |
| Hex | C9 | 72 | C1 | 0 | 2B | 4 | 15 | 132 | 2D | 3E |
| Octal | 311 | 162 | 301 | 0 | 53 | 4 | 25 | 462 | 55 | 76 |
| Binary | 11001001 | 1110010 | 11000001 | 0 | 101011 | 100 | 10101 | 100110010 | 101101 | 111110 |
Color Harmonies of #C972C1
Complementary color
Monochromatic Colors of #C972C1
Black with #C972C1
Text Example
Text Example
White with #C972C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972C1; }
p { color: rgb(201,114,193); }
H1.HeaderClassName
{
color: #C972C1;
}
.AnyTagClassName
{
color: #C972C1;
}
</style>
background-color css
<style>
a { background-color: #C972C1; }
a { background-color: rgb(201,114,193); }
div.DivClassName
{
background-color: #C972C1;
}
.BgClassName
{
background-color: #C972C1;
}
</style>
border-color css
<style>
span { border-color: #C972C1; }
span { border-color: rgb(201,114,193); }
td.TdClassName
{
border-color: #C972C1;
}
.TagClassName
{
border-color: #C972C1;
}
</style>