Shades of Medium Orchid #C259CF
Tints of Medium Orchid #C259CF
RGB
CMYK
RGB Variations
Color information
#C259CF (or 0xC259CF) is known color: Medium Orchid. HEX triplet: C2, 59 and CF. RGB value is (194,89,207). Sum of RGB (Red+Green+Blue) = 194+89+207=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #C259CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259CF is #3DA630. Grayscale: #858585. Windows color (decimal): -4040241 or 13588930. OLE color: 13588930.
HSL color Cylindrical-coordinate representation of color #C259CF: hue angle of 293.39º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C259CF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 89 | 207 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.19 |
| HSL | 293.39º | 0.55% | 0.58% | - |
| HSV(B) | 293.39º | 0.57% | 0.81% | - |
| XYZ | 37.08 | 23.12 | 61.54 | - |
| YUV | 133.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 207 | 0.06 | 0.57 | 0 | 0.19 | 293.39 | 0.55 | 0.58 |
| Hex | C2 | 59 | CF | 6 | 39 | 0 | 13 | 125 | 37 | 3A |
| Octal | 302 | 131 | 317 | 6 | 71 | 0 | 23 | 445 | 67 | 72 |
| Binary | 11000010 | 1011001 | 11001111 | 110 | 111001 | 0 | 10011 | 100100101 | 110111 | 111010 |
Color Harmonies of #C259CF
Complementary color
Monochromatic Colors of #C259CF
Black with #C259CF
Text Example
Text Example
White with #C259CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259CF; }
p { color: rgb(194,89,207); }
H1.HeaderClassName
{
color: #C259CF;
}
.AnyTagClassName
{
color: #C259CF;
}
</style>
background-color css
<style>
a { background-color: #C259CF; }
a { background-color: rgb(194,89,207); }
div.DivClassName
{
background-color: #C259CF;
}
.BgClassName
{
background-color: #C259CF;
}
</style>
border-color css
<style>
span { border-color: #C259CF; }
span { border-color: rgb(194,89,207); }
td.TdClassName
{
border-color: #C259CF;
}
.TagClassName
{
border-color: #C259CF;
}
</style>