Shades of Orchid #C977E0
Tints of Orchid #C977E0
RGB
CMYK
RGB Variations
Color information
#C977E0 (or 0xC977E0) is known color: Orchid. HEX triplet: C9, 77 and E0. RGB value is (201,119,224). Sum of RGB (Red+Green+Blue) = 201+119+224=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #C977E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977E0 is #36881F. Grayscale: #9B9B9B. Windows color (decimal): -3573792 or 14710729. OLE color: 14710729.
HSL color Cylindrical-coordinate representation of color #C977E0: hue angle of 286.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C977E0 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 119 | 224 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.12 |
| HSL | 286.86º | 0.63% | 0.67% | - |
| HSV(B) | 286.86º | 0.47% | 0.88% | - |
| XYZ | 44.14 | 30.99 | 74.18 | - |
| YUV | 155.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 119 | 224 | 0.10 | 0.47 | 0 | 0.12 | 286.86 | 0.63 | 0.67 |
| Hex | C9 | 77 | E0 | A | 2F | 0 | C | 11F | 3F | 43 |
| Octal | 311 | 167 | 340 | 12 | 57 | 0 | 14 | 437 | 77 | 103 |
| Binary | 11001001 | 1110111 | 11100000 | 1010 | 101111 | 0 | 1100 | 100011111 | 111111 | 1000011 |
Color Harmonies of #C977E0
Complementary color
Monochromatic Colors of #C977E0
Black with #C977E0
Text Example
Text Example
White with #C977E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C977E0; }
p { color: rgb(201,119,224); }
H1.HeaderClassName
{
color: #C977E0;
}
.AnyTagClassName
{
color: #C977E0;
}
</style>
background-color css
<style>
a { background-color: #C977E0; }
a { background-color: rgb(201,119,224); }
div.DivClassName
{
background-color: #C977E0;
}
.BgClassName
{
background-color: #C977E0;
}
</style>
border-color css
<style>
span { border-color: #C977E0; }
span { border-color: rgb(201,119,224); }
td.TdClassName
{
border-color: #C977E0;
}
.TagClassName
{
border-color: #C977E0;
}
</style>