Shades of Orchid #C974C0
Tints of Orchid #C974C0
RGB
CMYK
RGB Variations
Color information
#C974C0 (or 0xC974C0) is known color: Orchid. HEX triplet: C9, 74 and C0. RGB value is (201,116,192). Sum of RGB (Red+Green+Blue) = 201+116+192=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C974C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974C0 is #368B3F. Grayscale: #959595. Windows color (decimal): -3574592 or 12612809. OLE color: 12612809.
HSL color Cylindrical-coordinate representation of color #C974C0: hue angle of 306.35º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C974C0 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 192 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.21 |
| HSL | 306.35º | 0.44% | 0.62% | - |
| HSV(B) | 306.35º | 0.42% | 0.79% | - |
| XYZ | 39.85 | 28.71 | 53.31 | - |
| YUV | 150.08 | 151.66 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 192 | 0 | 0.42 | 0.04 | 0.21 | 306.35 | 0.44 | 0.62 |
| Hex | C9 | 74 | C0 | 0 | 2A | 4 | 15 | 132 | 2C | 3E |
| Octal | 311 | 164 | 300 | 0 | 52 | 4 | 25 | 462 | 54 | 76 |
| Binary | 11001001 | 1110100 | 11000000 | 0 | 101010 | 100 | 10101 | 100110010 | 101100 | 111110 |
Color Harmonies of #C974C0
Complementary color
Monochromatic Colors of #C974C0
Black with #C974C0
Text Example
Text Example
White with #C974C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974C0; }
p { color: rgb(201,116,192); }
H1.HeaderClassName
{
color: #C974C0;
}
.AnyTagClassName
{
color: #C974C0;
}
</style>
background-color css
<style>
a { background-color: #C974C0; }
a { background-color: rgb(201,116,192); }
div.DivClassName
{
background-color: #C974C0;
}
.BgClassName
{
background-color: #C974C0;
}
</style>
border-color css
<style>
span { border-color: #C974C0; }
span { border-color: rgb(201,116,192); }
td.TdClassName
{
border-color: #C974C0;
}
.TagClassName
{
border-color: #C974C0;
}
</style>