Shades of Medium Orchid #C262E5
Tints of Medium Orchid #C262E5
RGB
CMYK
RGB Variations
Color information
#C262E5 (or 0xC262E5) is known color: Medium Orchid. HEX triplet: C2, 62 and E5. RGB value is (194,98,229). Sum of RGB (Red+Green+Blue) = 194+98+229=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #C262E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262E5 is #3D9D1A. Grayscale: #8D8D8D. Windows color (decimal): -4037915 or 15033026. OLE color: 15033026.
HSL color Cylindrical-coordinate representation of color #C262E5: hue angle of 283.97º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C262E5 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 98 | 229 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.10 |
| HSL | 283.97º | 0.72% | 0.64% | - |
| HSV(B) | 283.97º | 0.57% | 0.9% | - |
| XYZ | 40.76 | 25.86 | 76.97 | - |
| YUV | 141.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 98 | 229 | 0.15 | 0.57 | 0 | 0.10 | 283.97 | 0.72 | 0.64 |
| Hex | C2 | 62 | E5 | F | 39 | 0 | A | 11C | 48 | 40 |
| Octal | 302 | 142 | 345 | 17 | 71 | 0 | 12 | 434 | 110 | 100 |
| Binary | 11000010 | 1100010 | 11100101 | 1111 | 111001 | 0 | 1010 | 100011100 | 1001000 | 1000000 |
Color Harmonies of #C262E5
Complementary color
Monochromatic Colors of #C262E5
Black with #C262E5
Text Example
Text Example
White with #C262E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C262E5; }
p { color: rgb(194,98,229); }
H1.HeaderClassName
{
color: #C262E5;
}
.AnyTagClassName
{
color: #C262E5;
}
</style>
background-color css
<style>
a { background-color: #C262E5; }
a { background-color: rgb(194,98,229); }
div.DivClassName
{
background-color: #C262E5;
}
.BgClassName
{
background-color: #C262E5;
}
</style>
border-color css
<style>
span { border-color: #C262E5; }
span { border-color: rgb(194,98,229); }
td.TdClassName
{
border-color: #C262E5;
}
.TagClassName
{
border-color: #C262E5;
}
</style>