Shades of Medium Orchid #C462EF
Tints of Medium Orchid #C462EF
RGB
CMYK
RGB Variations
Color information
#C462EF (or 0xC462EF) is known color: Medium Orchid. HEX triplet: C4, 62 and EF. RGB value is (196,98,239). Sum of RGB (Red+Green+Blue) = 196+98+239=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #C462EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C462EF is #3B9D10. Grayscale: #8E8E8E. Windows color (decimal): -3906833 or 15688388. OLE color: 15688388.
HSL color Cylindrical-coordinate representation of color #C462EF: hue angle of 281.7º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C462EF is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 98 | 239 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.06 |
| HSL | 281.7º | 0.82% | 0.66% | - |
| HSV(B) | 281.7º | 0.59% | 0.94% | - |
| XYZ | 42.71 | 26.7 | 84.56 | - |
| YUV | 143.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 239 | 0.18 | 0.59 | 0 | 0.06 | 281.7 | 0.82 | 0.66 |
| Hex | C4 | 62 | EF | 12 | 3B | 0 | 6 | 11A | 52 | 42 |
| Octal | 304 | 142 | 357 | 22 | 73 | 0 | 6 | 432 | 122 | 102 |
| Binary | 11000100 | 1100010 | 11101111 | 10010 | 111011 | 0 | 110 | 100011010 | 1010010 | 1000010 |
Color Harmonies of #C462EF
Complementary color
Monochromatic Colors of #C462EF
Black with #C462EF
Text Example
Text Example
White with #C462EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462EF; }
p { color: rgb(196,98,239); }
H1.HeaderClassName
{
color: #C462EF;
}
.AnyTagClassName
{
color: #C462EF;
}
</style>
background-color css
<style>
a { background-color: #C462EF; }
a { background-color: rgb(196,98,239); }
div.DivClassName
{
background-color: #C462EF;
}
.BgClassName
{
background-color: #C462EF;
}
</style>
border-color css
<style>
span { border-color: #C462EF; }
span { border-color: rgb(196,98,239); }
td.TdClassName
{
border-color: #C462EF;
}
.TagClassName
{
border-color: #C462EF;
}
</style>