Shades of Medium Orchid #C239DA
Tints of Medium Orchid #C239DA
RGB
CMYK
RGB Variations
Color information
#C239DA (or 0xC239DA) is known color: Medium Orchid. HEX triplet: C2, 39 and DA. RGB value is (194,57,218). Sum of RGB (Red+Green+Blue) = 194+57+218=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #C239DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239DA is #3DC625. Grayscale: #737373. Windows color (decimal): -4048422 or 14301634. OLE color: 14301634.
HSL color Cylindrical-coordinate representation of color #C239DA: hue angle of 291.06º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C239DA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 57 | 218 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.15 |
| HSL | 291.06º | 0.69% | 0.54% | - |
| HSV(B) | 291.06º | 0.74% | 0.85% | - |
| XYZ | 36.37 | 19.46 | 68.17 | - |
| YUV | 116.32 | 185.39 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 218 | 0.11 | 0.74 | 0 | 0.15 | 291.06 | 0.69 | 0.54 |
| Hex | C2 | 39 | DA | B | 4A | 0 | F | 123 | 45 | 36 |
| Octal | 302 | 71 | 332 | 13 | 112 | 0 | 17 | 443 | 105 | 66 |
| Binary | 11000010 | 111001 | 11011010 | 1011 | 1001010 | 0 | 1111 | 100100011 | 1000101 | 110110 |
Color Harmonies of #C239DA
Complementary color
Monochromatic Colors of #C239DA
Black with #C239DA
Text Example
Text Example
White with #C239DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239DA; }
p { color: rgb(194,57,218); }
H1.HeaderClassName
{
color: #C239DA;
}
.AnyTagClassName
{
color: #C239DA;
}
</style>
background-color css
<style>
a { background-color: #C239DA; }
a { background-color: rgb(194,57,218); }
div.DivClassName
{
background-color: #C239DA;
}
.BgClassName
{
background-color: #C239DA;
}
</style>
border-color css
<style>
span { border-color: #C239DA; }
span { border-color: rgb(194,57,218); }
td.TdClassName
{
border-color: #C239DA;
}
.TagClassName
{
border-color: #C239DA;
}
</style>