Shades of Orchid #C972DD
Tints of Orchid #C972DD
RGB
CMYK
RGB Variations
Color information
#C972DD (or 0xC972DD) is known color: Orchid. HEX triplet: C9, 72 and DD. RGB value is (201,114,221). Sum of RGB (Red+Green+Blue) = 201+114+221=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C972DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972DD is #368D22. Grayscale: #979797. Windows color (decimal): -3575075 or 14512841. OLE color: 14512841.
HSL color Cylindrical-coordinate representation of color #C972DD: hue angle of 288.79º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C972DD is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 114 | 221 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.13 |
| HSL | 288.79º | 0.61% | 0.66% | - |
| HSV(B) | 288.79º | 0.48% | 0.87% | - |
| XYZ | 43.16 | 29.67 | 71.86 | - |
| YUV | 152.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 221 | 0.09 | 0.48 | 0 | 0.13 | 288.79 | 0.61 | 0.66 |
| Hex | C9 | 72 | DD | 9 | 30 | 0 | D | 121 | 3D | 42 |
| Octal | 311 | 162 | 335 | 11 | 60 | 0 | 15 | 441 | 75 | 102 |
| Binary | 11001001 | 1110010 | 11011101 | 1001 | 110000 | 0 | 1101 | 100100001 | 111101 | 1000010 |
Color Harmonies of #C972DD
Complementary color
Monochromatic Colors of #C972DD
Black with #C972DD
Text Example
Text Example
White with #C972DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972DD; }
p { color: rgb(201,114,221); }
H1.HeaderClassName
{
color: #C972DD;
}
.AnyTagClassName
{
color: #C972DD;
}
</style>
background-color css
<style>
a { background-color: #C972DD; }
a { background-color: rgb(201,114,221); }
div.DivClassName
{
background-color: #C972DD;
}
.BgClassName
{
background-color: #C972DD;
}
</style>
border-color css
<style>
span { border-color: #C972DD; }
span { border-color: rgb(201,114,221); }
td.TdClassName
{
border-color: #C972DD;
}
.TagClassName
{
border-color: #C972DD;
}
</style>