Shades of Medium Orchid #C248CE
Tints of Medium Orchid #C248CE
RGB
CMYK
RGB Variations
Color information
#C248CE (or 0xC248CE) is known color: Medium Orchid. HEX triplet: C2, 48 and CE. RGB value is (194,72,206). Sum of RGB (Red+Green+Blue) = 194+72+206=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #C248CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248CE is #3DB731. Grayscale: #7B7B7B. Windows color (decimal): -4044594 or 13519042. OLE color: 13519042.
HSL color Cylindrical-coordinate representation of color #C248CE: hue angle of 294.63º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C248CE is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 72 | 206 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.19 |
| HSL | 294.63º | 0.58% | 0.55% | - |
| HSV(B) | 294.63º | 0.65% | 0.81% | - |
| XYZ | 35.71 | 20.56 | 60.48 | - |
| YUV | 123.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 206 | 0.06 | 0.65 | 0 | 0.19 | 294.63 | 0.58 | 0.55 |
| Hex | C2 | 48 | CE | 6 | 41 | 0 | 13 | 127 | 3A | 37 |
| Octal | 302 | 110 | 316 | 6 | 101 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000010 | 1001000 | 11001110 | 110 | 1000001 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C248CE
Complementary color
Monochromatic Colors of #C248CE
Black with #C248CE
Text Example
Text Example
White with #C248CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248CE; }
p { color: rgb(194,72,206); }
H1.HeaderClassName
{
color: #C248CE;
}
.AnyTagClassName
{
color: #C248CE;
}
</style>
background-color css
<style>
a { background-color: #C248CE; }
a { background-color: rgb(194,72,206); }
div.DivClassName
{
background-color: #C248CE;
}
.BgClassName
{
background-color: #C248CE;
}
</style>
border-color css
<style>
span { border-color: #C248CE; }
span { border-color: rgb(194,72,206); }
td.TdClassName
{
border-color: #C248CE;
}
.TagClassName
{
border-color: #C248CE;
}
</style>