Shades of Medium Orchid #C462DA
Tints of Medium Orchid #C462DA
RGB
CMYK
RGB Variations
Color information
#C462DA (or 0xC462DA) is known color: Medium Orchid. HEX triplet: C4, 62 and DA. RGB value is (196,98,218). Sum of RGB (Red+Green+Blue) = 196+98+218=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #C462DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462DA is #3B9D25. Grayscale: #8C8C8C. Windows color (decimal): -3906854 or 14312132. OLE color: 14312132.
HSL color Cylindrical-coordinate representation of color #C462DA: hue angle of 289º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C462DA is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 98 | 218 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.15 |
| HSL | 289º | 0.62% | 0.62% | - |
| HSV(B) | 289º | 0.55% | 0.85% | - |
| XYZ | 39.79 | 25.53 | 69.16 | - |
| YUV | 140.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 218 | 0.10 | 0.55 | 0 | 0.15 | 289 | 0.62 | 0.62 |
| Hex | C4 | 62 | DA | A | 37 | 0 | F | 121 | 3E | 3E |
| Octal | 304 | 142 | 332 | 12 | 67 | 0 | 17 | 441 | 76 | 76 |
| Binary | 11000100 | 1100010 | 11011010 | 1010 | 110111 | 0 | 1111 | 100100001 | 111110 | 111110 |
Color Harmonies of #C462DA
Complementary color
Monochromatic Colors of #C462DA
Black with #C462DA
Text Example
Text Example
White with #C462DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C462DA; }
p { color: rgb(196,98,218); }
H1.HeaderClassName
{
color: #C462DA;
}
.AnyTagClassName
{
color: #C462DA;
}
</style>
background-color css
<style>
a { background-color: #C462DA; }
a { background-color: rgb(196,98,218); }
div.DivClassName
{
background-color: #C462DA;
}
.BgClassName
{
background-color: #C462DA;
}
</style>
border-color css
<style>
span { border-color: #C462DA; }
span { border-color: rgb(196,98,218); }
td.TdClassName
{
border-color: #C462DA;
}
.TagClassName
{
border-color: #C462DA;
}
</style>