Shades of Medium Orchid #C462DF
Tints of Medium Orchid #C462DF
RGB
CMYK
RGB Variations
Color information
#C462DF (or 0xC462DF) is known color: Medium Orchid. HEX triplet: C4, 62 and DF. RGB value is (196,98,223). Sum of RGB (Red+Green+Blue) = 196+98+223=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #C462DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462DF is #3B9D20. Grayscale: #8D8D8D. Windows color (decimal): -3906849 or 14639812. OLE color: 14639812.
HSL color Cylindrical-coordinate representation of color #C462DF: hue angle of 287.04º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C462DF is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 98 | 223 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.13 |
| HSL | 287.04º | 0.66% | 0.63% | - |
| HSV(B) | 287.04º | 0.56% | 0.87% | - |
| XYZ | 40.45 | 25.8 | 72.66 | - |
| YUV | 141.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 223 | 0.12 | 0.56 | 0 | 0.13 | 287.04 | 0.66 | 0.63 |
| Hex | C4 | 62 | DF | C | 38 | 0 | D | 11F | 42 | 3F |
| Octal | 304 | 142 | 337 | 14 | 70 | 0 | 15 | 437 | 102 | 77 |
| Binary | 11000100 | 1100010 | 11011111 | 1100 | 111000 | 0 | 1101 | 100011111 | 1000010 | 111111 |
Color Harmonies of #C462DF
Complementary color
Monochromatic Colors of #C462DF
Black with #C462DF
Text Example
Text Example
White with #C462DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462DF; }
p { color: rgb(196,98,223); }
H1.HeaderClassName
{
color: #C462DF;
}
.AnyTagClassName
{
color: #C462DF;
}
</style>
background-color css
<style>
a { background-color: #C462DF; }
a { background-color: rgb(196,98,223); }
div.DivClassName
{
background-color: #C462DF;
}
.BgClassName
{
background-color: #C462DF;
}
</style>
border-color css
<style>
span { border-color: #C462DF; }
span { border-color: rgb(196,98,223); }
td.TdClassName
{
border-color: #C462DF;
}
.TagClassName
{
border-color: #C462DF;
}
</style>