Shades of Medium Orchid #C42FD4
Tints of Medium Orchid #C42FD4
RGB
CMYK
RGB Variations
Color information
#C42FD4 (or 0xC42FD4) is known color: Medium Orchid. HEX triplet: C4, 2F and D4. RGB value is (196,47,212). Sum of RGB (Red+Green+Blue) = 196+47+212=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #C42FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FD4 is #3BD02B. Grayscale: #6D6D6D. Windows color (decimal): -3919916 or 13905860. OLE color: 13905860.
HSL color Cylindrical-coordinate representation of color #C42FD4: hue angle of 294.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42FD4 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 47 | 212 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.17 |
| HSL | 294.18º | 0.66% | 0.51% | - |
| HSV(B) | 294.18º | 0.78% | 0.83% | - |
| XYZ | 35.67 | 18.52 | 63.98 | - |
| YUV | 110.36 | 185.36 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 212 | 0.08 | 0.78 | 0 | 0.17 | 294.18 | 0.66 | 0.51 |
| Hex | C4 | 2F | D4 | 8 | 4E | 0 | 11 | 126 | 42 | 33 |
| Octal | 304 | 57 | 324 | 10 | 116 | 0 | 21 | 446 | 102 | 63 |
| Binary | 11000100 | 101111 | 11010100 | 1000 | 1001110 | 0 | 10001 | 100100110 | 1000010 | 110011 |
Color Harmonies of #C42FD4
Complementary color
Monochromatic Colors of #C42FD4
Black with #C42FD4
Text Example
Text Example
White with #C42FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42FD4; }
p { color: rgb(196,47,212); }
H1.HeaderClassName
{
color: #C42FD4;
}
.AnyTagClassName
{
color: #C42FD4;
}
</style>
background-color css
<style>
a { background-color: #C42FD4; }
a { background-color: rgb(196,47,212); }
div.DivClassName
{
background-color: #C42FD4;
}
.BgClassName
{
background-color: #C42FD4;
}
</style>
border-color css
<style>
span { border-color: #C42FD4; }
span { border-color: rgb(196,47,212); }
td.TdClassName
{
border-color: #C42FD4;
}
.TagClassName
{
border-color: #C42FD4;
}
</style>