Shades of Orchid #C974B9
Tints of Orchid #C974B9
RGB
CMYK
RGB Variations
Color information
#C974B9 (or 0xC974B9) is known color: Orchid. HEX triplet: C9, 74 and B9. RGB value is (201,116,185). Sum of RGB (Red+Green+Blue) = 201+116+185=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C974B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974B9 is #368B46. Grayscale: #959595. Windows color (decimal): -3574599 or 12154057. OLE color: 12154057.
HSL color Cylindrical-coordinate representation of color #C974B9: hue angle of 311.29º 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 #C974B9 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 185 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.21 |
| HSL | 311.29º | 0.44% | 0.62% | - |
| HSV(B) | 311.29º | 0.42% | 0.79% | - |
| XYZ | 39.09 | 28.41 | 49.32 | - |
| YUV | 149.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 185 | 0 | 0.42 | 0.08 | 0.21 | 311.29 | 0.44 | 0.62 |
| Hex | C9 | 74 | B9 | 0 | 2A | 8 | 15 | 137 | 2C | 3E |
| Octal | 311 | 164 | 271 | 0 | 52 | 10 | 25 | 467 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10111001 | 0 | 101010 | 1000 | 10101 | 100110111 | 101100 | 111110 |
Color Harmonies of #C974B9
Complementary color
Monochromatic Colors of #C974B9
Black with #C974B9
Text Example
Text Example
White with #C974B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974B9; }
p { color: rgb(201,116,185); }
H1.HeaderClassName
{
color: #C974B9;
}
.AnyTagClassName
{
color: #C974B9;
}
</style>
background-color css
<style>
a { background-color: #C974B9; }
a { background-color: rgb(201,116,185); }
div.DivClassName
{
background-color: #C974B9;
}
.BgClassName
{
background-color: #C974B9;
}
</style>
border-color css
<style>
span { border-color: #C974B9; }
span { border-color: rgb(201,116,185); }
td.TdClassName
{
border-color: #C974B9;
}
.TagClassName
{
border-color: #C974B9;
}
</style>