Shades of Medium Orchid #C260EF
Tints of Medium Orchid #C260EF
RGB
CMYK
RGB Variations
Color information
#C260EF (or 0xC260EF) is known color: Medium Orchid. HEX triplet: C2, 60 and EF. RGB value is (194,96,239). Sum of RGB (Red+Green+Blue) = 194+96+239=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #C260EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C260EF is #3D9F10. Grayscale: #8D8D8D. Windows color (decimal): -4038417 or 15687874. OLE color: 15687874.
HSL color Cylindrical-coordinate representation of color #C260EF: hue angle of 281.12º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C260EF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 96 | 239 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.06 |
| HSL | 281.12º | 0.82% | 0.66% | - |
| HSV(B) | 281.12º | 0.6% | 0.94% | - |
| XYZ | 42.01 | 26.07 | 84.48 | - |
| YUV | 141.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 239 | 0.19 | 0.60 | 0 | 0.06 | 281.12 | 0.82 | 0.66 |
| Hex | C2 | 60 | EF | 13 | 3C | 0 | 6 | 119 | 52 | 42 |
| Octal | 302 | 140 | 357 | 23 | 74 | 0 | 6 | 431 | 122 | 102 |
| Binary | 11000010 | 1100000 | 11101111 | 10011 | 111100 | 0 | 110 | 100011001 | 1010010 | 1000010 |
Color Harmonies of #C260EF
Complementary color
Monochromatic Colors of #C260EF
Black with #C260EF
Text Example
Text Example
White with #C260EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260EF; }
p { color: rgb(194,96,239); }
H1.HeaderClassName
{
color: #C260EF;
}
.AnyTagClassName
{
color: #C260EF;
}
</style>
background-color css
<style>
a { background-color: #C260EF; }
a { background-color: rgb(194,96,239); }
div.DivClassName
{
background-color: #C260EF;
}
.BgClassName
{
background-color: #C260EF;
}
</style>
border-color css
<style>
span { border-color: #C260EF; }
span { border-color: rgb(194,96,239); }
td.TdClassName
{
border-color: #C260EF;
}
.TagClassName
{
border-color: #C260EF;
}
</style>