Shades of Medium Orchid #C238DC
Tints of Medium Orchid #C238DC
RGB
CMYK
RGB Variations
Color information
#C238DC (or 0xC238DC) is known color: Medium Orchid. HEX triplet: C2, 38 and DC. RGB value is (194,56,220). Sum of RGB (Red+Green+Blue) = 194+56+220=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #C238DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238DC is #3DC723. Grayscale: #737373. Windows color (decimal): -4048676 or 14432450. OLE color: 14432450.
HSL color Cylindrical-coordinate representation of color #C238DC: hue angle of 290.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C238DC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 56 | 220 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.14 |
| HSL | 290.49º | 0.7% | 0.54% | - |
| HSV(B) | 290.49º | 0.75% | 0.86% | - |
| XYZ | 36.58 | 19.46 | 69.54 | - |
| YUV | 115.96 | 186.72 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 220 | 0.12 | 0.75 | 0 | 0.14 | 290.49 | 0.7 | 0.54 |
| Hex | C2 | 38 | DC | C | 4B | 0 | E | 122 | 46 | 36 |
| Octal | 302 | 70 | 334 | 14 | 113 | 0 | 16 | 442 | 106 | 66 |
| Binary | 11000010 | 111000 | 11011100 | 1100 | 1001011 | 0 | 1110 | 100100010 | 1000110 | 110110 |
Color Harmonies of #C238DC
Complementary color
Monochromatic Colors of #C238DC
Black with #C238DC
Text Example
Text Example
White with #C238DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238DC; }
p { color: rgb(194,56,220); }
H1.HeaderClassName
{
color: #C238DC;
}
.AnyTagClassName
{
color: #C238DC;
}
</style>
background-color css
<style>
a { background-color: #C238DC; }
a { background-color: rgb(194,56,220); }
div.DivClassName
{
background-color: #C238DC;
}
.BgClassName
{
background-color: #C238DC;
}
</style>
border-color css
<style>
span { border-color: #C238DC; }
span { border-color: rgb(194,56,220); }
td.TdClassName
{
border-color: #C238DC;
}
.TagClassName
{
border-color: #C238DC;
}
</style>