Shades of Orchid #C973D8
Tints of Orchid #C973D8
RGB
CMYK
RGB Variations
Color information
#C973D8 (or 0xC973D8) is known color: Orchid. HEX triplet: C9, 73 and D8. RGB value is (201,115,216). Sum of RGB (Red+Green+Blue) = 201+115+216=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #C973D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973D8 is #368C27. Grayscale: #979797. Windows color (decimal): -3574824 or 14185417. OLE color: 14185417.
HSL color Cylindrical-coordinate representation of color #C973D8: hue angle of 291.09º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C973D8 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 115 | 216 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.15 |
| HSL | 291.09º | 0.56% | 0.65% | - |
| HSV(B) | 291.09º | 0.47% | 0.85% | - |
| XYZ | 42.61 | 29.64 | 68.44 | - |
| YUV | 152.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 216 | 0.07 | 0.47 | 0 | 0.15 | 291.09 | 0.56 | 0.65 |
| Hex | C9 | 73 | D8 | 7 | 2F | 0 | F | 123 | 38 | 41 |
| Octal | 311 | 163 | 330 | 7 | 57 | 0 | 17 | 443 | 70 | 101 |
| Binary | 11001001 | 1110011 | 11011000 | 111 | 101111 | 0 | 1111 | 100100011 | 111000 | 1000001 |
Color Harmonies of #C973D8
Complementary color
Monochromatic Colors of #C973D8
Black with #C973D8
Text Example
Text Example
White with #C973D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973D8; }
p { color: rgb(201,115,216); }
H1.HeaderClassName
{
color: #C973D8;
}
.AnyTagClassName
{
color: #C973D8;
}
</style>
background-color css
<style>
a { background-color: #C973D8; }
a { background-color: rgb(201,115,216); }
div.DivClassName
{
background-color: #C973D8;
}
.BgClassName
{
background-color: #C973D8;
}
</style>
border-color css
<style>
span { border-color: #C973D8; }
span { border-color: rgb(201,115,216); }
td.TdClassName
{
border-color: #C973D8;
}
.TagClassName
{
border-color: #C973D8;
}
</style>