Shades of Orchid #C974C9
Tints of Orchid #C974C9
RGB
CMYK
RGB Variations
Color information
#C974C9 (or 0xC974C9) is known color: Orchid. HEX triplet: C9, 74 and C9. RGB value is (201,116,201). Sum of RGB (Red+Green+Blue) = 201+116+201=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C974C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974C9 is #368B36. Grayscale: #969696. Windows color (decimal): -3574583 or 13202633. OLE color: 13202633.
HSL color Cylindrical-coordinate representation of color #C974C9: hue angle of 300º 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 #C974C9 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 201 | - |
| CMYK | 0 | 0.42 | 0 | 0.21 |
| HSL | 300º | 0.44% | 0.62% | - |
| HSV(B) | 300º | 0.42% | 0.79% | - |
| XYZ | 40.88 | 29.13 | 58.73 | - |
| YUV | 151.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 201 | 0 | 0.42 | 0 | 0.21 | 300 | 0.44 | 0.62 |
| Hex | C9 | 74 | C9 | 0 | 2A | 0 | 15 | 12C | 2C | 3E |
| Octal | 311 | 164 | 311 | 0 | 52 | 0 | 25 | 454 | 54 | 76 |
| Binary | 11001001 | 1110100 | 11001001 | 0 | 101010 | 0 | 10101 | 100101100 | 101100 | 111110 |
Color Harmonies of #C974C9
Complementary color
Monochromatic Colors of #C974C9
Black with #C974C9
Text Example
Text Example
White with #C974C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974C9; }
p { color: rgb(201,116,201); }
H1.HeaderClassName
{
color: #C974C9;
}
.AnyTagClassName
{
color: #C974C9;
}
</style>
background-color css
<style>
a { background-color: #C974C9; }
a { background-color: rgb(201,116,201); }
div.DivClassName
{
background-color: #C974C9;
}
.BgClassName
{
background-color: #C974C9;
}
</style>
border-color css
<style>
span { border-color: #C974C9; }
span { border-color: rgb(201,116,201); }
td.TdClassName
{
border-color: #C974C9;
}
.TagClassName
{
border-color: #C974C9;
}
</style>