Shades of Medium Orchid #C259DA
Tints of Medium Orchid #C259DA
RGB
CMYK
RGB Variations
Color information
#C259DA (or 0xC259DA) is known color: Medium Orchid. HEX triplet: C2, 59 and DA. RGB value is (194,89,218). Sum of RGB (Red+Green+Blue) = 194+89+218=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #C259DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259DA is #3DA625. Grayscale: #868686. Windows color (decimal): -4040230 or 14309826. OLE color: 14309826.
HSL color Cylindrical-coordinate representation of color #C259DA: hue angle of 288.84º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C259DA is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 89 | 218 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.15 |
| HSL | 288.84º | 0.64% | 0.6% | - |
| HSV(B) | 288.84º | 0.59% | 0.85% | - |
| XYZ | 38.48 | 23.68 | 68.87 | - |
| YUV | 135.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 218 | 0.11 | 0.59 | 0 | 0.15 | 288.84 | 0.64 | 0.6 |
| Hex | C2 | 59 | DA | B | 3B | 0 | F | 121 | 40 | 3C |
| Octal | 302 | 131 | 332 | 13 | 73 | 0 | 17 | 441 | 100 | 74 |
| Binary | 11000010 | 1011001 | 11011010 | 1011 | 111011 | 0 | 1111 | 100100001 | 1000000 | 111100 |
Color Harmonies of #C259DA
Complementary color
Monochromatic Colors of #C259DA
Black with #C259DA
Text Example
Text Example
White with #C259DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259DA; }
p { color: rgb(194,89,218); }
H1.HeaderClassName
{
color: #C259DA;
}
.AnyTagClassName
{
color: #C259DA;
}
</style>
background-color css
<style>
a { background-color: #C259DA; }
a { background-color: rgb(194,89,218); }
div.DivClassName
{
background-color: #C259DA;
}
.BgClassName
{
background-color: #C259DA;
}
</style>
border-color css
<style>
span { border-color: #C259DA; }
span { border-color: rgb(194,89,218); }
td.TdClassName
{
border-color: #C259DA;
}
.TagClassName
{
border-color: #C259DA;
}
</style>