Shades of Orchid #C977DF
Tints of Orchid #C977DF
RGB
CMYK
RGB Variations
Color information
#C977DF (or 0xC977DF) is known color: Orchid. HEX triplet: C9, 77 and DF. RGB value is (201,119,223). Sum of RGB (Red+Green+Blue) = 201+119+223=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #C977DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977DF is #368820. Grayscale: #9B9B9B. Windows color (decimal): -3573793 or 14645193. OLE color: 14645193.
HSL color Cylindrical-coordinate representation of color #C977DF: hue angle of 287.31º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C977DF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 119 | 223 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.13 |
| HSL | 287.31º | 0.62% | 0.67% | - |
| HSV(B) | 287.31º | 0.47% | 0.87% | - |
| XYZ | 44 | 30.94 | 73.46 | - |
| YUV | 155.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 223 | 0.10 | 0.47 | 0 | 0.13 | 287.31 | 0.62 | 0.67 |
| Hex | C9 | 77 | DF | A | 2F | 0 | D | 11F | 3E | 43 |
| Octal | 311 | 167 | 337 | 12 | 57 | 0 | 15 | 437 | 76 | 103 |
| Binary | 11001001 | 1110111 | 11011111 | 1010 | 101111 | 0 | 1101 | 100011111 | 111110 | 1000011 |
Color Harmonies of #C977DF
Complementary color
Monochromatic Colors of #C977DF
Black with #C977DF
Text Example
Text Example
White with #C977DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977DF; }
p { color: rgb(201,119,223); }
H1.HeaderClassName
{
color: #C977DF;
}
.AnyTagClassName
{
color: #C977DF;
}
</style>
background-color css
<style>
a { background-color: #C977DF; }
a { background-color: rgb(201,119,223); }
div.DivClassName
{
background-color: #C977DF;
}
.BgClassName
{
background-color: #C977DF;
}
</style>
border-color css
<style>
span { border-color: #C977DF; }
span { border-color: rgb(201,119,223); }
td.TdClassName
{
border-color: #C977DF;
}
.TagClassName
{
border-color: #C977DF;
}
</style>