Shades of Medium Orchid #C248D9
Tints of Medium Orchid #C248D9
RGB
CMYK
RGB Variations
Color information
#C248D9 (or 0xC248D9) is known color: Medium Orchid. HEX triplet: C2, 48 and D9. RGB value is (194,72,217). Sum of RGB (Red+Green+Blue) = 194+72+217=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #C248D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248D9 is #3DB726. Grayscale: #7C7C7C. Windows color (decimal): -4044583 or 14239938. OLE color: 14239938.
HSL color Cylindrical-coordinate representation of color #C248D9: hue angle of 290.48º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C248D9 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 72 | 217 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.15 |
| HSL | 290.48º | 0.66% | 0.57% | - |
| HSV(B) | 290.48º | 0.67% | 0.85% | - |
| XYZ | 37.09 | 21.11 | 67.77 | - |
| YUV | 125.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 217 | 0.11 | 0.67 | 0 | 0.15 | 290.48 | 0.66 | 0.57 |
| Hex | C2 | 48 | D9 | B | 43 | 0 | F | 122 | 42 | 39 |
| Octal | 302 | 110 | 331 | 13 | 103 | 0 | 17 | 442 | 102 | 71 |
| Binary | 11000010 | 1001000 | 11011001 | 1011 | 1000011 | 0 | 1111 | 100100010 | 1000010 | 111001 |
Color Harmonies of #C248D9
Complementary color
Monochromatic Colors of #C248D9
Black with #C248D9
Text Example
Text Example
White with #C248D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248D9; }
p { color: rgb(194,72,217); }
H1.HeaderClassName
{
color: #C248D9;
}
.AnyTagClassName
{
color: #C248D9;
}
</style>
background-color css
<style>
a { background-color: #C248D9; }
a { background-color: rgb(194,72,217); }
div.DivClassName
{
background-color: #C248D9;
}
.BgClassName
{
background-color: #C248D9;
}
</style>
border-color css
<style>
span { border-color: #C248D9; }
span { border-color: rgb(194,72,217); }
td.TdClassName
{
border-color: #C248D9;
}
.TagClassName
{
border-color: #C248D9;
}
</style>