Shades of Medium Orchid #C248DB
Tints of Medium Orchid #C248DB
RGB
CMYK
RGB Variations
Color information
#C248DB (or 0xC248DB) is known color: Medium Orchid. HEX triplet: C2, 48 and DB. RGB value is (194,72,219). Sum of RGB (Red+Green+Blue) = 194+72+219=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #C248DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C248DB is #3DB724. Grayscale: #7C7C7C. Windows color (decimal): -4044581 or 14371010. OLE color: 14371010.
HSL color Cylindrical-coordinate representation of color #C248DB: hue angle of 289.8º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C248DB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 72 | 219 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.14 |
| HSL | 289.8º | 0.67% | 0.57% | - |
| HSV(B) | 289.8º | 0.67% | 0.86% | - |
| XYZ | 37.35 | 21.22 | 69.14 | - |
| YUV | 125.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 219 | 0.11 | 0.67 | 0 | 0.14 | 289.8 | 0.67 | 0.57 |
| Hex | C2 | 48 | DB | B | 43 | 0 | E | 122 | 43 | 39 |
| Octal | 302 | 110 | 333 | 13 | 103 | 0 | 16 | 442 | 103 | 71 |
| Binary | 11000010 | 1001000 | 11011011 | 1011 | 1000011 | 0 | 1110 | 100100010 | 1000011 | 111001 |
Color Harmonies of #C248DB
Complementary color
Monochromatic Colors of #C248DB
Black with #C248DB
Text Example
Text Example
White with #C248DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C248DB; }
p { color: rgb(194,72,219); }
H1.HeaderClassName
{
color: #C248DB;
}
.AnyTagClassName
{
color: #C248DB;
}
</style>
background-color css
<style>
a { background-color: #C248DB; }
a { background-color: rgb(194,72,219); }
div.DivClassName
{
background-color: #C248DB;
}
.BgClassName
{
background-color: #C248DB;
}
</style>
border-color css
<style>
span { border-color: #C248DB; }
span { border-color: rgb(194,72,219); }
td.TdClassName
{
border-color: #C248DB;
}
.TagClassName
{
border-color: #C248DB;
}
</style>