Shades of Medium Orchid #C647FD
Tints of Medium Orchid #C647FD
RGB
CMYK
RGB Variations
Color information
#C647FD (or 0xC647FD) is known color: Medium Orchid. HEX triplet: C6, 47 and FD. RGB value is (198,71,253). Sum of RGB (Red+Green+Blue) = 198+71+253=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #C647FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C647FD is #39B802. Grayscale: #818181. Windows color (decimal): -3782659 or 16598982. OLE color: 16598982.
HSL color Cylindrical-coordinate representation of color #C647FD: hue angle of 281.87º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C647FD is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 71 | 253 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.01 |
| HSL | 281.87º | 0.98% | 0.64% | - |
| HSV(B) | 281.87º | 0.72% | 0.99% | - |
| XYZ | 43.27 | 23.6 | 95.2 | - |
| YUV | 129.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 253 | 0.22 | 0.72 | 0 | 0.01 | 281.87 | 0.98 | 0.64 |
| Hex | C6 | 47 | FD | 16 | 48 | 0 | 1 | 11A | 62 | 40 |
| Octal | 306 | 107 | 375 | 26 | 110 | 0 | 1 | 432 | 142 | 100 |
| Binary | 11000110 | 1000111 | 11111101 | 10110 | 1001000 | 0 | 1 | 100011010 | 1100010 | 1000000 |
Color Harmonies of #C647FD
Complementary color
Monochromatic Colors of #C647FD
Black with #C647FD
Text Example
Text Example
White with #C647FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647FD; }
p { color: rgb(198,71,253); }
H1.HeaderClassName
{
color: #C647FD;
}
.AnyTagClassName
{
color: #C647FD;
}
</style>
background-color css
<style>
a { background-color: #C647FD; }
a { background-color: rgb(198,71,253); }
div.DivClassName
{
background-color: #C647FD;
}
.BgClassName
{
background-color: #C647FD;
}
</style>
border-color css
<style>
span { border-color: #C647FD; }
span { border-color: rgb(198,71,253); }
td.TdClassName
{
border-color: #C647FD;
}
.TagClassName
{
border-color: #C647FD;
}
</style>