Shades of Orchid #C974BC
Tints of Orchid #C974BC
RGB
CMYK
RGB Variations
Color information
#C974BC (or 0xC974BC) is known color: Orchid. HEX triplet: C9, 74 and BC. RGB value is (201,116,188). Sum of RGB (Red+Green+Blue) = 201+116+188=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C974BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974BC is #368B43. Grayscale: #959595. Windows color (decimal): -3574596 or 12350665. OLE color: 12350665.
HSL color Cylindrical-coordinate representation of color #C974BC: hue angle of 309.18º 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 #C974BC is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 188 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.21 |
| HSL | 309.18º | 0.44% | 0.62% | - |
| HSV(B) | 309.18º | 0.42% | 0.79% | - |
| XYZ | 39.41 | 28.54 | 51.01 | - |
| YUV | 149.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 188 | 0 | 0.42 | 0.06 | 0.21 | 309.18 | 0.44 | 0.62 |
| Hex | C9 | 74 | BC | 0 | 2A | 6 | 15 | 135 | 2C | 3E |
| Octal | 311 | 164 | 274 | 0 | 52 | 6 | 25 | 465 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10111100 | 0 | 101010 | 110 | 10101 | 100110101 | 101100 | 111110 |
Color Harmonies of #C974BC
Complementary color
Monochromatic Colors of #C974BC
Black with #C974BC
Text Example
Text Example
White with #C974BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974BC; }
p { color: rgb(201,116,188); }
H1.HeaderClassName
{
color: #C974BC;
}
.AnyTagClassName
{
color: #C974BC;
}
</style>
background-color css
<style>
a { background-color: #C974BC; }
a { background-color: rgb(201,116,188); }
div.DivClassName
{
background-color: #C974BC;
}
.BgClassName
{
background-color: #C974BC;
}
</style>
border-color css
<style>
span { border-color: #C974BC; }
span { border-color: rgb(201,116,188); }
td.TdClassName
{
border-color: #C974BC;
}
.TagClassName
{
border-color: #C974BC;
}
</style>