Shades of Medium Orchid #C260ED
Tints of Medium Orchid #C260ED
RGB
CMYK
RGB Variations
Color information
#C260ED (or 0xC260ED) is known color: Medium Orchid. HEX triplet: C2, 60 and ED. RGB value is (194,96,237). Sum of RGB (Red+Green+Blue) = 194+96+237=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #C260ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C260ED is #3D9F12. Grayscale: #8C8C8C. Windows color (decimal): -4038419 or 15556802. OLE color: 15556802.
HSL color Cylindrical-coordinate representation of color #C260ED: hue angle of 281.7º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C260ED is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 96 | 237 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.07 |
| HSL | 281.7º | 0.8% | 0.65% | - |
| HSV(B) | 281.7º | 0.59% | 0.93% | - |
| XYZ | 41.72 | 25.95 | 82.93 | - |
| YUV | 141.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 237 | 0.18 | 0.59 | 0 | 0.07 | 281.7 | 0.8 | 0.65 |
| Hex | C2 | 60 | ED | 12 | 3B | 0 | 7 | 11A | 50 | 41 |
| Octal | 302 | 140 | 355 | 22 | 73 | 0 | 7 | 432 | 120 | 101 |
| Binary | 11000010 | 1100000 | 11101101 | 10010 | 111011 | 0 | 111 | 100011010 | 1010000 | 1000001 |
Color Harmonies of #C260ED
Complementary color
Monochromatic Colors of #C260ED
Black with #C260ED
Text Example
Text Example
White with #C260ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260ED; }
p { color: rgb(194,96,237); }
H1.HeaderClassName
{
color: #C260ED;
}
.AnyTagClassName
{
color: #C260ED;
}
</style>
background-color css
<style>
a { background-color: #C260ED; }
a { background-color: rgb(194,96,237); }
div.DivClassName
{
background-color: #C260ED;
}
.BgClassName
{
background-color: #C260ED;
}
</style>
border-color css
<style>
span { border-color: #C260ED; }
span { border-color: rgb(194,96,237); }
td.TdClassName
{
border-color: #C260ED;
}
.TagClassName
{
border-color: #C260ED;
}
</style>