Shades of Orchid #C976BD
Tints of Orchid #C976BD
RGB
CMYK
RGB Variations
Color information
#C976BD (or 0xC976BD) is known color: Orchid. HEX triplet: C9, 76 and BD. RGB value is (201,118,189). Sum of RGB (Red+Green+Blue) = 201+118+189=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C976BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976BD is #368942. Grayscale: #969696. Windows color (decimal): -3574083 or 12416713. OLE color: 12416713.
HSL color Cylindrical-coordinate representation of color #C976BD: hue angle of 308.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C976BD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 189 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.21 |
| HSL | 308.67º | 0.43% | 0.63% | - |
| HSV(B) | 308.67º | 0.41% | 0.79% | - |
| XYZ | 39.75 | 29.05 | 51.66 | - |
| YUV | 150.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 189 | 0 | 0.41 | 0.06 | 0.21 | 308.67 | 0.43 | 0.63 |
| Hex | C9 | 76 | BD | 0 | 29 | 6 | 15 | 135 | 2B | 3F |
| Octal | 311 | 166 | 275 | 0 | 51 | 6 | 25 | 465 | 53 | 77 |
| Binary | 11001001 | 1110110 | 10111101 | 0 | 101001 | 110 | 10101 | 100110101 | 101011 | 111111 |
Color Harmonies of #C976BD
Complementary color
Monochromatic Colors of #C976BD
Black with #C976BD
Text Example
Text Example
White with #C976BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C976BD; }
p { color: rgb(201,118,189); }
H1.HeaderClassName
{
color: #C976BD;
}
.AnyTagClassName
{
color: #C976BD;
}
</style>
background-color css
<style>
a { background-color: #C976BD; }
a { background-color: rgb(201,118,189); }
div.DivClassName
{
background-color: #C976BD;
}
.BgClassName
{
background-color: #C976BD;
}
</style>
border-color css
<style>
span { border-color: #C976BD; }
span { border-color: rgb(201,118,189); }
td.TdClassName
{
border-color: #C976BD;
}
.TagClassName
{
border-color: #C976BD;
}
</style>