Shades of Medium Orchid #C259DD
Tints of Medium Orchid #C259DD
RGB
CMYK
RGB Variations
Color information
#C259DD (or 0xC259DD) is known color: Medium Orchid. HEX triplet: C2, 59 and DD. RGB value is (194,89,221). Sum of RGB (Red+Green+Blue) = 194+89+221=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #C259DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259DD is #3DA622. Grayscale: #878787. Windows color (decimal): -4040227 or 14506434. OLE color: 14506434.
HSL color Cylindrical-coordinate representation of color #C259DD: hue angle of 287.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C259DD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 89 | 221 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.13 |
| HSL | 287.73º | 0.66% | 0.61% | - |
| HSV(B) | 287.73º | 0.6% | 0.87% | - |
| XYZ | 38.87 | 23.83 | 70.96 | - |
| YUV | 135.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 221 | 0.12 | 0.60 | 0 | 0.13 | 287.73 | 0.66 | 0.61 |
| Hex | C2 | 59 | DD | C | 3C | 0 | D | 120 | 42 | 3D |
| Octal | 302 | 131 | 335 | 14 | 74 | 0 | 15 | 440 | 102 | 75 |
| Binary | 11000010 | 1011001 | 11011101 | 1100 | 111100 | 0 | 1101 | 100100000 | 1000010 | 111101 |
Color Harmonies of #C259DD
Complementary color
Monochromatic Colors of #C259DD
Black with #C259DD
Text Example
Text Example
White with #C259DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259DD; }
p { color: rgb(194,89,221); }
H1.HeaderClassName
{
color: #C259DD;
}
.AnyTagClassName
{
color: #C259DD;
}
</style>
background-color css
<style>
a { background-color: #C259DD; }
a { background-color: rgb(194,89,221); }
div.DivClassName
{
background-color: #C259DD;
}
.BgClassName
{
background-color: #C259DD;
}
</style>
border-color css
<style>
span { border-color: #C259DD; }
span { border-color: rgb(194,89,221); }
td.TdClassName
{
border-color: #C259DD;
}
.TagClassName
{
border-color: #C259DD;
}
</style>