Shades of Orchid #C972DC
Tints of Orchid #C972DC
RGB
CMYK
RGB Variations
Color information
#C972DC (or 0xC972DC) is known color: Orchid. HEX triplet: C9, 72 and DC. RGB value is (201,114,220). Sum of RGB (Red+Green+Blue) = 201+114+220=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #C972DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972DC is #368D23. Grayscale: #979797. Windows color (decimal): -3575076 or 14447305. OLE color: 14447305.
HSL color Cylindrical-coordinate representation of color #C972DC: hue angle of 289.25º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C972DC is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 114 | 220 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.14 |
| HSL | 289.25º | 0.6% | 0.65% | - |
| HSV(B) | 289.25º | 0.48% | 0.86% | - |
| XYZ | 43.02 | 29.62 | 71.16 | - |
| YUV | 152.1 | 166.32 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 220 | 0.09 | 0.48 | 0 | 0.14 | 289.25 | 0.6 | 0.65 |
| Hex | C9 | 72 | DC | 9 | 30 | 0 | E | 121 | 3C | 41 |
| Octal | 311 | 162 | 334 | 11 | 60 | 0 | 16 | 441 | 74 | 101 |
| Binary | 11001001 | 1110010 | 11011100 | 1001 | 110000 | 0 | 1110 | 100100001 | 111100 | 1000001 |
Color Harmonies of #C972DC
Complementary color
Monochromatic Colors of #C972DC
Black with #C972DC
Text Example
Text Example
White with #C972DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972DC; }
p { color: rgb(201,114,220); }
H1.HeaderClassName
{
color: #C972DC;
}
.AnyTagClassName
{
color: #C972DC;
}
</style>
background-color css
<style>
a { background-color: #C972DC; }
a { background-color: rgb(201,114,220); }
div.DivClassName
{
background-color: #C972DC;
}
.BgClassName
{
background-color: #C972DC;
}
</style>
border-color css
<style>
span { border-color: #C972DC; }
span { border-color: rgb(201,114,220); }
td.TdClassName
{
border-color: #C972DC;
}
.TagClassName
{
border-color: #C972DC;
}
</style>