Shades of Medium Orchid #C260EE
Tints of Medium Orchid #C260EE
RGB
CMYK
RGB Variations
Color information
#C260EE (or 0xC260EE) is known color: Medium Orchid. HEX triplet: C2, 60 and EE. RGB value is (194,96,238). Sum of RGB (Red+Green+Blue) = 194+96+238=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #C260EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C260EE is #3D9F11. Grayscale: #8D8D8D. Windows color (decimal): -4038418 or 15622338. OLE color: 15622338.
HSL color Cylindrical-coordinate representation of color #C260EE: hue angle of 281.41º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C260EE is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 96 | 238 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.07 |
| HSL | 281.41º | 0.81% | 0.65% | - |
| HSV(B) | 281.41º | 0.6% | 0.93% | - |
| XYZ | 41.86 | 26.01 | 83.7 | - |
| YUV | 141.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 96 | 238 | 0.18 | 0.60 | 0 | 0.07 | 281.41 | 0.81 | 0.65 |
| Hex | C2 | 60 | EE | 12 | 3C | 0 | 7 | 119 | 51 | 41 |
| Octal | 302 | 140 | 356 | 22 | 74 | 0 | 7 | 431 | 121 | 101 |
| Binary | 11000010 | 1100000 | 11101110 | 10010 | 111100 | 0 | 111 | 100011001 | 1010001 | 1000001 |
Color Harmonies of #C260EE
Complementary color
Monochromatic Colors of #C260EE
Black with #C260EE
Text Example
Text Example
White with #C260EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C260EE; }
p { color: rgb(194,96,238); }
H1.HeaderClassName
{
color: #C260EE;
}
.AnyTagClassName
{
color: #C260EE;
}
</style>
background-color css
<style>
a { background-color: #C260EE; }
a { background-color: rgb(194,96,238); }
div.DivClassName
{
background-color: #C260EE;
}
.BgClassName
{
background-color: #C260EE;
}
</style>
border-color css
<style>
span { border-color: #C260EE; }
span { border-color: rgb(194,96,238); }
td.TdClassName
{
border-color: #C260EE;
}
.TagClassName
{
border-color: #C260EE;
}
</style>