Shades of Medium Orchid #C239D0
Tints of Medium Orchid #C239D0
RGB
CMYK
RGB Variations
Color information
#C239D0 (or 0xC239D0) is known color: Medium Orchid. HEX triplet: C2, 39 and D0. RGB value is (194,57,208). Sum of RGB (Red+Green+Blue) = 194+57+208=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #C239D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C239D0 is #3DC62F. Grayscale: #727272. Windows color (decimal): -4048432 or 13646274. OLE color: 13646274.
HSL color Cylindrical-coordinate representation of color #C239D0: hue angle of 294.44º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C239D0 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 57 | 208 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.18 |
| HSL | 294.44º | 0.62% | 0.52% | - |
| HSV(B) | 294.44º | 0.73% | 0.82% | - |
| XYZ | 35.1 | 18.95 | 61.48 | - |
| YUV | 115.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 208 | 0.07 | 0.73 | 0 | 0.18 | 294.44 | 0.62 | 0.52 |
| Hex | C2 | 39 | D0 | 7 | 49 | 0 | 12 | 126 | 3E | 34 |
| Octal | 302 | 71 | 320 | 7 | 111 | 0 | 22 | 446 | 76 | 64 |
| Binary | 11000010 | 111001 | 11010000 | 111 | 1001001 | 0 | 10010 | 100100110 | 111110 | 110100 |
Color Harmonies of #C239D0
Complementary color
Monochromatic Colors of #C239D0
Black with #C239D0
Text Example
Text Example
White with #C239D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C239D0; }
p { color: rgb(194,57,208); }
H1.HeaderClassName
{
color: #C239D0;
}
.AnyTagClassName
{
color: #C239D0;
}
</style>
background-color css
<style>
a { background-color: #C239D0; }
a { background-color: rgb(194,57,208); }
div.DivClassName
{
background-color: #C239D0;
}
.BgClassName
{
background-color: #C239D0;
}
</style>
border-color css
<style>
span { border-color: #C239D0; }
span { border-color: rgb(194,57,208); }
td.TdClassName
{
border-color: #C239D0;
}
.TagClassName
{
border-color: #C239D0;
}
</style>