Shades of Medium Orchid #C247D4
Tints of Medium Orchid #C247D4
RGB
CMYK
RGB Variations
Color information
#C247D4 (or 0xC247D4) is known color: Medium Orchid. HEX triplet: C2, 47 and D4. RGB value is (194,71,212). Sum of RGB (Red+Green+Blue) = 194+71+212=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #C247D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247D4 is #3DB82B. Grayscale: #7B7B7B. Windows color (decimal): -4044844 or 13912002. OLE color: 13912002.
HSL color Cylindrical-coordinate representation of color #C247D4: hue angle of 292.34º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C247D4 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 71 | 212 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.17 |
| HSL | 292.34º | 0.62% | 0.55% | - |
| HSV(B) | 292.34º | 0.67% | 0.83% | - |
| XYZ | 36.39 | 20.73 | 64.37 | - |
| YUV | 123.85 | 177.75 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 212 | 0.08 | 0.67 | 0 | 0.17 | 292.34 | 0.62 | 0.55 |
| Hex | C2 | 47 | D4 | 8 | 43 | 0 | 11 | 124 | 3E | 37 |
| Octal | 302 | 107 | 324 | 10 | 103 | 0 | 21 | 444 | 76 | 67 |
| Binary | 11000010 | 1000111 | 11010100 | 1000 | 1000011 | 0 | 10001 | 100100100 | 111110 | 110111 |
Color Harmonies of #C247D4
Complementary color
Monochromatic Colors of #C247D4
Black with #C247D4
Text Example
Text Example
White with #C247D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247D4; }
p { color: rgb(194,71,212); }
H1.HeaderClassName
{
color: #C247D4;
}
.AnyTagClassName
{
color: #C247D4;
}
</style>
background-color css
<style>
a { background-color: #C247D4; }
a { background-color: rgb(194,71,212); }
div.DivClassName
{
background-color: #C247D4;
}
.BgClassName
{
background-color: #C247D4;
}
</style>
border-color css
<style>
span { border-color: #C247D4; }
span { border-color: rgb(194,71,212); }
td.TdClassName
{
border-color: #C247D4;
}
.TagClassName
{
border-color: #C247D4;
}
</style>