Shades of Medium Orchid #C259DC
Tints of Medium Orchid #C259DC
RGB
CMYK
RGB Variations
Color information
#C259DC (or 0xC259DC) is known color: Medium Orchid. HEX triplet: C2, 59 and DC. RGB value is (194,89,220). Sum of RGB (Red+Green+Blue) = 194+89+220=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #C259DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259DC is #3DA623. Grayscale: #868686. Windows color (decimal): -4040228 or 14440898. OLE color: 14440898.
HSL color Cylindrical-coordinate representation of color #C259DC: hue angle of 288.09º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C259DC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 89 | 220 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.14 |
| HSL | 288.09º | 0.65% | 0.61% | - |
| HSV(B) | 288.09º | 0.6% | 0.86% | - |
| XYZ | 38.74 | 23.78 | 70.26 | - |
| YUV | 135.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 220 | 0.12 | 0.60 | 0 | 0.14 | 288.09 | 0.65 | 0.61 |
| Hex | C2 | 59 | DC | C | 3C | 0 | E | 120 | 41 | 3D |
| Octal | 302 | 131 | 334 | 14 | 74 | 0 | 16 | 440 | 101 | 75 |
| Binary | 11000010 | 1011001 | 11011100 | 1100 | 111100 | 0 | 1110 | 100100000 | 1000001 | 111101 |
Color Harmonies of #C259DC
Complementary color
Monochromatic Colors of #C259DC
Black with #C259DC
Text Example
Text Example
White with #C259DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259DC; }
p { color: rgb(194,89,220); }
H1.HeaderClassName
{
color: #C259DC;
}
.AnyTagClassName
{
color: #C259DC;
}
</style>
background-color css
<style>
a { background-color: #C259DC; }
a { background-color: rgb(194,89,220); }
div.DivClassName
{
background-color: #C259DC;
}
.BgClassName
{
background-color: #C259DC;
}
</style>
border-color css
<style>
span { border-color: #C259DC; }
span { border-color: rgb(194,89,220); }
td.TdClassName
{
border-color: #C259DC;
}
.TagClassName
{
border-color: #C259DC;
}
</style>