Shades of Orchid #C973BF
Tints of Orchid #C973BF
RGB
CMYK
RGB Variations
Color information
#C973BF (or 0xC973BF) is known color: Orchid. HEX triplet: C9, 73 and BF. RGB value is (201,115,191). Sum of RGB (Red+Green+Blue) = 201+115+191=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C973BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973BF is #368C40. Grayscale: #959595. Windows color (decimal): -3574849 or 12547017. OLE color: 12547017.
HSL color Cylindrical-coordinate representation of color #C973BF: hue angle of 306.98º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C973BF is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 191 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.21 |
| HSL | 306.98º | 0.44% | 0.62% | - |
| HSV(B) | 306.98º | 0.43% | 0.79% | - |
| XYZ | 39.62 | 28.44 | 52.69 | - |
| YUV | 149.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 191 | 0 | 0.43 | 0.05 | 0.21 | 306.98 | 0.44 | 0.62 |
| Hex | C9 | 73 | BF | 0 | 2B | 5 | 15 | 133 | 2C | 3E |
| Octal | 311 | 163 | 277 | 0 | 53 | 5 | 25 | 463 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10111111 | 0 | 101011 | 101 | 10101 | 100110011 | 101100 | 111110 |
Color Harmonies of #C973BF
Complementary color
Monochromatic Colors of #C973BF
Black with #C973BF
Text Example
Text Example
White with #C973BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973BF; }
p { color: rgb(201,115,191); }
H1.HeaderClassName
{
color: #C973BF;
}
.AnyTagClassName
{
color: #C973BF;
}
</style>
background-color css
<style>
a { background-color: #C973BF; }
a { background-color: rgb(201,115,191); }
div.DivClassName
{
background-color: #C973BF;
}
.BgClassName
{
background-color: #C973BF;
}
</style>
border-color css
<style>
span { border-color: #C973BF; }
span { border-color: rgb(201,115,191); }
td.TdClassName
{
border-color: #C973BF;
}
.TagClassName
{
border-color: #C973BF;
}
</style>