Shades of Medium Orchid #C42EDA
Tints of Medium Orchid #C42EDA
RGB
CMYK
RGB Variations
Color information
#C42EDA (or 0xC42EDA) is known color: Medium Orchid. HEX triplet: C4, 2E and DA. RGB value is (196,46,218). Sum of RGB (Red+Green+Blue) = 196+46+218=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 46 (18.36% from 255 or 10% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #C42EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42EDA is #3BD125. Grayscale: #6D6D6D. Windows color (decimal): -3920166 or 14298820. OLE color: 14298820.
HSL color Cylindrical-coordinate representation of color #C42EDA: hue angle of 292.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42EDA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 196 | 46 | 218 | - |
CMYK | 0.10 | 0.79 | 0 | 0.15 |
HSL | 292.33º | 0.7% | 0.52% | - |
HSV(B) | 292.33º | 0.79% | 0.85% | - |
XYZ | 36.4 | 18.75 | 68.03 | - |
YUV | 110.46 | 188.7 | 189.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 46 | 218 | 0.10 | 0.79 | 0 | 0.15 | 292.33 | 0.7 | 0.52 |
Hex | C4 | 2E | DA | A | 4F | 0 | F | 124 | 46 | 34 |
Octal | 304 | 56 | 332 | 12 | 117 | 0 | 17 | 444 | 106 | 64 |
Binary | 11000100 | 101110 | 11011010 | 1010 | 1001111 | 0 | 1111 | 100100100 | 1000110 | 110100 |
Color Harmonies of #C42EDA
Complementary color
Monochromatic Colors of #C42EDA
Black with #C42EDA
Text Example
Text Example
White with #C42EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EDA; }
p { color: rgb(196,46,218); }
H1.HeaderClassName
{
color: #C42EDA;
}
.AnyTagClassName
{
color: #C42EDA;
}
</style>
background-color css
<style>
a { background-color: #C42EDA; }
a { background-color: rgb(196,46,218); }
div.DivClassName
{
background-color: #C42EDA;
}
.BgClassName
{
background-color: #C42EDA;
}
</style>
border-color css
<style>
span { border-color: #C42EDA; }
span { border-color: rgb(196,46,218); }
td.TdClassName
{
border-color: #C42EDA;
}
.TagClassName
{
border-color: #C42EDA;
}
</style>