Shades of Medium Orchid #C462EE
Tints of Medium Orchid #C462EE
RGB
CMYK
RGB Variations
Color information
#C462EE (or 0xC462EE) is known color: Medium Orchid. HEX triplet: C4, 62 and EE. RGB value is (196,98,238). Sum of RGB (Red+Green+Blue) = 196+98+238=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #C462EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C462EE is #3B9D11. Grayscale: #8E8E8E. Windows color (decimal): -3906834 or 15622852. OLE color: 15622852.
HSL color Cylindrical-coordinate representation of color #C462EE: hue angle of 282º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C462EE is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 98 | 238 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.07 |
| HSL | 282º | 0.8% | 0.66% | - |
| HSV(B) | 282º | 0.59% | 0.93% | - |
| XYZ | 42.57 | 26.64 | 83.79 | - |
| YUV | 143.26 | 181.47 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 238 | 0.18 | 0.59 | 0 | 0.07 | 282 | 0.8 | 0.66 |
| Hex | C4 | 62 | EE | 12 | 3B | 0 | 7 | 11A | 50 | 42 |
| Octal | 304 | 142 | 356 | 22 | 73 | 0 | 7 | 432 | 120 | 102 |
| Binary | 11000100 | 1100010 | 11101110 | 10010 | 111011 | 0 | 111 | 100011010 | 1010000 | 1000010 |
Color Harmonies of #C462EE
Complementary color
Monochromatic Colors of #C462EE
Black with #C462EE
Text Example
Text Example
White with #C462EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462EE; }
p { color: rgb(196,98,238); }
H1.HeaderClassName
{
color: #C462EE;
}
.AnyTagClassName
{
color: #C462EE;
}
</style>
background-color css
<style>
a { background-color: #C462EE; }
a { background-color: rgb(196,98,238); }
div.DivClassName
{
background-color: #C462EE;
}
.BgClassName
{
background-color: #C462EE;
}
</style>
border-color css
<style>
span { border-color: #C462EE; }
span { border-color: rgb(196,98,238); }
td.TdClassName
{
border-color: #C462EE;
}
.TagClassName
{
border-color: #C462EE;
}
</style>