Shades of Medium Orchid #C947D7
Tints of Medium Orchid #C947D7
RGB
CMYK
RGB Variations
Color information
#C947D7 (or 0xC947D7) is known color: Medium Orchid. HEX triplet: C9, 47 and D7. RGB value is (201,71,215). Sum of RGB (Red+Green+Blue) = 201+71+215=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #C947D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947D7 is #36B828. Grayscale: #7D7D7D. Windows color (decimal): -3586089 or 14108617. OLE color: 14108617.
HSL color Cylindrical-coordinate representation of color #C947D7: hue angle of 294.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C947D7 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 71 | 215 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.16 |
| HSL | 294.17º | 0.64% | 0.56% | - |
| HSV(B) | 294.17º | 0.67% | 0.84% | - |
| XYZ | 38.61 | 21.83 | 66.47 | - |
| YUV | 126.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 215 | 0.07 | 0.67 | 0 | 0.16 | 294.17 | 0.64 | 0.56 |
| Hex | C9 | 47 | D7 | 7 | 43 | 0 | 10 | 126 | 40 | 38 |
| Octal | 311 | 107 | 327 | 7 | 103 | 0 | 20 | 446 | 100 | 70 |
| Binary | 11001001 | 1000111 | 11010111 | 111 | 1000011 | 0 | 10000 | 100100110 | 1000000 | 111000 |
Color Harmonies of #C947D7
Complementary color
Monochromatic Colors of #C947D7
Black with #C947D7
Text Example
Text Example
White with #C947D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947D7; }
p { color: rgb(201,71,215); }
H1.HeaderClassName
{
color: #C947D7;
}
.AnyTagClassName
{
color: #C947D7;
}
</style>
background-color css
<style>
a { background-color: #C947D7; }
a { background-color: rgb(201,71,215); }
div.DivClassName
{
background-color: #C947D7;
}
.BgClassName
{
background-color: #C947D7;
}
</style>
border-color css
<style>
span { border-color: #C947D7; }
span { border-color: rgb(201,71,215); }
td.TdClassName
{
border-color: #C947D7;
}
.TagClassName
{
border-color: #C947D7;
}
</style>