Shades of Orchid #C973B8
Tints of Orchid #C973B8
RGB
CMYK
RGB Variations
Color information
#C973B8 (or 0xC973B8) is known color: Orchid. HEX triplet: C9, 73 and B8. RGB value is (201,115,184). Sum of RGB (Red+Green+Blue) = 201+115+184=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C973B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973B8 is #368C47. Grayscale: #949494. Windows color (decimal): -3574856 or 12088265. OLE color: 12088265.
HSL color Cylindrical-coordinate representation of color #C973B8: hue angle of 311.86º 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 #C973B8 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 184 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.21 |
| HSL | 311.86º | 0.44% | 0.62% | - |
| HSV(B) | 311.86º | 0.43% | 0.79% | - |
| XYZ | 38.87 | 28.14 | 48.73 | - |
| YUV | 148.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 184 | 0 | 0.43 | 0.08 | 0.21 | 311.86 | 0.44 | 0.62 |
| Hex | C9 | 73 | B8 | 0 | 2B | 8 | 15 | 138 | 2C | 3E |
| Octal | 311 | 163 | 270 | 0 | 53 | 10 | 25 | 470 | 54 | 76 |
| Binary | 11001001 | 1110011 | 10111000 | 0 | 101011 | 1000 | 10101 | 100111000 | 101100 | 111110 |
Color Harmonies of #C973B8
Complementary color
Monochromatic Colors of #C973B8
Black with #C973B8
Text Example
Text Example
White with #C973B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973B8; }
p { color: rgb(201,115,184); }
H1.HeaderClassName
{
color: #C973B8;
}
.AnyTagClassName
{
color: #C973B8;
}
</style>
background-color css
<style>
a { background-color: #C973B8; }
a { background-color: rgb(201,115,184); }
div.DivClassName
{
background-color: #C973B8;
}
.BgClassName
{
background-color: #C973B8;
}
</style>
border-color css
<style>
span { border-color: #C973B8; }
span { border-color: rgb(201,115,184); }
td.TdClassName
{
border-color: #C973B8;
}
.TagClassName
{
border-color: #C973B8;
}
</style>