Shades of Medium Orchid #C339DA
Tints of Medium Orchid #C339DA
RGB
CMYK
RGB Variations
Color information
#C339DA (or 0xC339DA) is known color: Medium Orchid. HEX triplet: C3, 39 and DA. RGB value is (195,57,218). Sum of RGB (Red+Green+Blue) = 195+57+218=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #C339DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C339DA is #3CC625. Grayscale: #747474. Windows color (decimal): -3982886 or 14301635. OLE color: 14301635.
HSL color Cylindrical-coordinate representation of color #C339DA: hue angle of 291.43º 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 #C339DA is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 57 | 218 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.15 |
| HSL | 291.43º | 0.69% | 0.54% | - |
| HSV(B) | 291.43º | 0.74% | 0.85% | - |
| XYZ | 36.62 | 19.59 | 68.18 | - |
| YUV | 116.62 | 185.22 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 218 | 0.11 | 0.74 | 0 | 0.15 | 291.43 | 0.69 | 0.54 |
| Hex | C3 | 39 | DA | B | 4A | 0 | F | 123 | 45 | 36 |
| Octal | 303 | 71 | 332 | 13 | 112 | 0 | 17 | 443 | 105 | 66 |
| Binary | 11000011 | 111001 | 11011010 | 1011 | 1001010 | 0 | 1111 | 100100011 | 1000101 | 110110 |
Color Harmonies of #C339DA
Complementary color
Monochromatic Colors of #C339DA
Black with #C339DA
Text Example
Text Example
White with #C339DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339DA; }
p { color: rgb(195,57,218); }
H1.HeaderClassName
{
color: #C339DA;
}
.AnyTagClassName
{
color: #C339DA;
}
</style>
background-color css
<style>
a { background-color: #C339DA; }
a { background-color: rgb(195,57,218); }
div.DivClassName
{
background-color: #C339DA;
}
.BgClassName
{
background-color: #C339DA;
}
</style>
border-color css
<style>
span { border-color: #C339DA; }
span { border-color: rgb(195,57,218); }
td.TdClassName
{
border-color: #C339DA;
}
.TagClassName
{
border-color: #C339DA;
}
</style>