Shades of Medium Orchid #C248DA
Tints of Medium Orchid #C248DA
RGB
CMYK
RGB Variations
Color information
#C248DA (or 0xC248DA) is known color: Medium Orchid. HEX triplet: C2, 48 and DA. RGB value is (194,72,218). Sum of RGB (Red+Green+Blue) = 194+72+218=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #C248DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248DA is #3DB725. Grayscale: #7C7C7C. Windows color (decimal): -4044582 or 14305474. OLE color: 14305474.
HSL color Cylindrical-coordinate representation of color #C248DA: hue angle of 290.14º 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 #C248DA is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 72 | 218 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.15 |
| HSL | 290.14º | 0.66% | 0.57% | - |
| HSV(B) | 290.14º | 0.67% | 0.85% | - |
| XYZ | 37.22 | 21.17 | 68.45 | - |
| YUV | 125.12 | 180.42 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 218 | 0.11 | 0.67 | 0 | 0.15 | 290.14 | 0.66 | 0.57 |
| Hex | C2 | 48 | DA | B | 43 | 0 | F | 122 | 42 | 39 |
| Octal | 302 | 110 | 332 | 13 | 103 | 0 | 17 | 442 | 102 | 71 |
| Binary | 11000010 | 1001000 | 11011010 | 1011 | 1000011 | 0 | 1111 | 100100010 | 1000010 | 111001 |
Color Harmonies of #C248DA
Complementary color
Monochromatic Colors of #C248DA
Black with #C248DA
Text Example
Text Example
White with #C248DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248DA; }
p { color: rgb(194,72,218); }
H1.HeaderClassName
{
color: #C248DA;
}
.AnyTagClassName
{
color: #C248DA;
}
</style>
background-color css
<style>
a { background-color: #C248DA; }
a { background-color: rgb(194,72,218); }
div.DivClassName
{
background-color: #C248DA;
}
.BgClassName
{
background-color: #C248DA;
}
</style>
border-color css
<style>
span { border-color: #C248DA; }
span { border-color: rgb(194,72,218); }
td.TdClassName
{
border-color: #C248DA;
}
.TagClassName
{
border-color: #C248DA;
}
</style>