Shades of Orchid #C977D2
Tints of Orchid #C977D2
RGB
CMYK
RGB Variations
Color information
#C977D2 (or 0xC977D2) is known color: Orchid. HEX triplet: C9, 77 and D2. RGB value is (201,119,210). Sum of RGB (Red+Green+Blue) = 201+119+210=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #C977D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977D2 is #36882D. Grayscale: #999999. Windows color (decimal): -3573806 or 13793225. OLE color: 13793225.
HSL color Cylindrical-coordinate representation of color #C977D2: hue angle of 294.07º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C977D2 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 119 | 210 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.18 |
| HSL | 294.07º | 0.5% | 0.65% | - |
| HSV(B) | 294.07º | 0.43% | 0.82% | - |
| XYZ | 42.32 | 30.26 | 64.58 | - |
| YUV | 153.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 210 | 0.04 | 0.43 | 0 | 0.18 | 294.07 | 0.5 | 0.65 |
| Hex | C9 | 77 | D2 | 4 | 2B | 0 | 12 | 126 | 32 | 41 |
| Octal | 311 | 167 | 322 | 4 | 53 | 0 | 22 | 446 | 62 | 101 |
| Binary | 11001001 | 1110111 | 11010010 | 100 | 101011 | 0 | 10010 | 100100110 | 110010 | 1000001 |
Color Harmonies of #C977D2
Complementary color
Monochromatic Colors of #C977D2
Black with #C977D2
Text Example
Text Example
White with #C977D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977D2; }
p { color: rgb(201,119,210); }
H1.HeaderClassName
{
color: #C977D2;
}
.AnyTagClassName
{
color: #C977D2;
}
</style>
background-color css
<style>
a { background-color: #C977D2; }
a { background-color: rgb(201,119,210); }
div.DivClassName
{
background-color: #C977D2;
}
.BgClassName
{
background-color: #C977D2;
}
</style>
border-color css
<style>
span { border-color: #C977D2; }
span { border-color: rgb(201,119,210); }
td.TdClassName
{
border-color: #C977D2;
}
.TagClassName
{
border-color: #C977D2;
}
</style>