Shades of Medium Orchid #C339DC
Tints of Medium Orchid #C339DC
RGB
CMYK
RGB Variations
Color information
#C339DC (or 0xC339DC) is known color: Medium Orchid. HEX triplet: C3, 39 and DC. RGB value is (195,57,220). Sum of RGB (Red+Green+Blue) = 195+57+220=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #C339DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C339DC is #3CC623. Grayscale: #747474. Windows color (decimal): -3982884 or 14432707. OLE color: 14432707.
HSL color Cylindrical-coordinate representation of color #C339DC: hue angle of 290.8º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C339DC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 57 | 220 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.14 |
| HSL | 290.8º | 0.7% | 0.54% | - |
| HSV(B) | 290.8º | 0.74% | 0.86% | - |
| XYZ | 36.89 | 19.7 | 69.57 | - |
| YUV | 116.84 | 186.22 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 220 | 0.11 | 0.74 | 0 | 0.14 | 290.8 | 0.7 | 0.54 |
| Hex | C3 | 39 | DC | B | 4A | 0 | E | 123 | 46 | 36 |
| Octal | 303 | 71 | 334 | 13 | 112 | 0 | 16 | 443 | 106 | 66 |
| Binary | 11000011 | 111001 | 11011100 | 1011 | 1001010 | 0 | 1110 | 100100011 | 1000110 | 110110 |
Color Harmonies of #C339DC
Complementary color
Monochromatic Colors of #C339DC
Black with #C339DC
Text Example
Text Example
White with #C339DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339DC; }
p { color: rgb(195,57,220); }
H1.HeaderClassName
{
color: #C339DC;
}
.AnyTagClassName
{
color: #C339DC;
}
</style>
background-color css
<style>
a { background-color: #C339DC; }
a { background-color: rgb(195,57,220); }
div.DivClassName
{
background-color: #C339DC;
}
.BgClassName
{
background-color: #C339DC;
}
</style>
border-color css
<style>
span { border-color: #C339DC; }
span { border-color: rgb(195,57,220); }
td.TdClassName
{
border-color: #C339DC;
}
.TagClassName
{
border-color: #C339DC;
}
</style>