Shades of Orchid #C973CC
Tints of Orchid #C973CC
RGB
CMYK
RGB Variations
Color information
#C973CC (or 0xC973CC) is known color: Orchid. HEX triplet: C9, 73 and CC. RGB value is (201,115,204). Sum of RGB (Red+Green+Blue) = 201+115+204=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C973CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C973CC is #368C33. Grayscale: #969696. Windows color (decimal): -3574836 or 13398985. OLE color: 13398985.
HSL color Cylindrical-coordinate representation of color #C973CC: hue angle of 297.98º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C973CC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 115 | 204 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.2 |
| HSL | 297.98º | 0.47% | 0.63% | - |
| HSV(B) | 297.98º | 0.44% | 0.8% | - |
| XYZ | 41.12 | 29.04 | 60.56 | - |
| YUV | 150.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 204 | 0.01 | 0.44 | 0 | 0.2 | 297.98 | 0.47 | 0.63 |
| Hex | C9 | 73 | CC | 1 | 2C | 0 | 14 | 12A | 2F | 3F |
| Octal | 311 | 163 | 314 | 1 | 54 | 0 | 24 | 452 | 57 | 77 |
| Binary | 11001001 | 1110011 | 11001100 | 1 | 101100 | 0 | 10100 | 100101010 | 101111 | 111111 |
Color Harmonies of #C973CC
Complementary color
Monochromatic Colors of #C973CC
Black with #C973CC
Text Example
Text Example
White with #C973CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C973CC; }
p { color: rgb(201,115,204); }
H1.HeaderClassName
{
color: #C973CC;
}
.AnyTagClassName
{
color: #C973CC;
}
</style>
background-color css
<style>
a { background-color: #C973CC; }
a { background-color: rgb(201,115,204); }
div.DivClassName
{
background-color: #C973CC;
}
.BgClassName
{
background-color: #C973CC;
}
</style>
border-color css
<style>
span { border-color: #C973CC; }
span { border-color: rgb(201,115,204); }
td.TdClassName
{
border-color: #C973CC;
}
.TagClassName
{
border-color: #C973CC;
}
</style>