Shades of Medium Orchid #C947FE
Tints of Medium Orchid #C947FE
RGB
CMYK
RGB Variations
Color information
#C947FE (or 0xC947FE) is known color: Medium Orchid. HEX triplet: C9, 47 and FE. RGB value is (201,71,254). Sum of RGB (Red+Green+Blue) = 201+71+254=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 71 (28.12% from 255 or 13.50% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #C947FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C947FE is #36B801. Grayscale: #828282. Windows color (decimal): -3586050 or 16664521. OLE color: 16664521.
HSL color Cylindrical-coordinate representation of color #C947FE: hue angle of 282.62º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C947FE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 71 | 254 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.00 |
| HSL | 282.62º | 0.99% | 0.64% | - |
| HSV(B) | 282.62º | 0.72% | 1% | - |
| XYZ | 44.23 | 24.08 | 96.08 | - |
| YUV | 130.73 | 197.57 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 254 | 0.21 | 0.72 | 0 | 0.00 | 282.62 | 0.99 | 0.64 |
| Hex | C9 | 47 | FE | 15 | 48 | 0 | 0 | 11B | 63 | 40 |
| Octal | 311 | 107 | 376 | 25 | 110 | 0 | 0 | 433 | 143 | 100 |
| Binary | 11001001 | 1000111 | 11111110 | 10101 | 1001000 | 0 | 0 | 100011011 | 1100011 | 1000000 |
Color Harmonies of #C947FE
Complementary color
Monochromatic Colors of #C947FE
Black with #C947FE
Text Example
Text Example
White with #C947FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947FE; }
p { color: rgb(201,71,254); }
H1.HeaderClassName
{
color: #C947FE;
}
.AnyTagClassName
{
color: #C947FE;
}
</style>
background-color css
<style>
a { background-color: #C947FE; }
a { background-color: rgb(201,71,254); }
div.DivClassName
{
background-color: #C947FE;
}
.BgClassName
{
background-color: #C947FE;
}
</style>
border-color css
<style>
span { border-color: #C947FE; }
span { border-color: rgb(201,71,254); }
td.TdClassName
{
border-color: #C947FE;
}
.TagClassName
{
border-color: #C947FE;
}
</style>