Shades of Orchid #C971E4
Tints of Orchid #C971E4
RGB
CMYK
RGB Variations
Color information
#C971E4 (or 0xC971E4) is known color: Orchid. HEX triplet: C9, 71 and E4. RGB value is (201,113,228). Sum of RGB (Red+Green+Blue) = 201+113+228=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #C971E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971E4 is #368E1B. Grayscale: #989898. Windows color (decimal): -3575324 or 14971337. OLE color: 14971337.
HSL color Cylindrical-coordinate representation of color #C971E4: hue angle of 285.91º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C971E4 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 113 | 228 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.11 |
| HSL | 285.91º | 0.68% | 0.67% | - |
| HSV(B) | 285.91º | 0.5% | 0.89% | - |
| XYZ | 44 | 29.83 | 76.84 | - |
| YUV | 152.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 228 | 0.12 | 0.50 | 0 | 0.11 | 285.91 | 0.68 | 0.67 |
| Hex | C9 | 71 | E4 | C | 32 | 0 | B | 11E | 44 | 43 |
| Octal | 311 | 161 | 344 | 14 | 62 | 0 | 13 | 436 | 104 | 103 |
| Binary | 11001001 | 1110001 | 11100100 | 1100 | 110010 | 0 | 1011 | 100011110 | 1000100 | 1000011 |
Color Harmonies of #C971E4
Complementary color
Monochromatic Colors of #C971E4
Black with #C971E4
Text Example
Text Example
White with #C971E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971E4; }
p { color: rgb(201,113,228); }
H1.HeaderClassName
{
color: #C971E4;
}
.AnyTagClassName
{
color: #C971E4;
}
</style>
background-color css
<style>
a { background-color: #C971E4; }
a { background-color: rgb(201,113,228); }
div.DivClassName
{
background-color: #C971E4;
}
.BgClassName
{
background-color: #C971E4;
}
</style>
border-color css
<style>
span { border-color: #C971E4; }
span { border-color: rgb(201,113,228); }
td.TdClassName
{
border-color: #C971E4;
}
.TagClassName
{
border-color: #C971E4;
}
</style>