Shades of Medium Orchid #C22FD4
Tints of Medium Orchid #C22FD4
RGB
CMYK
RGB Variations
Color information
#C22FD4 (or 0xC22FD4) is known color: Medium Orchid. HEX triplet: C2, 2F and D4. RGB value is (194,47,212). Sum of RGB (Red+Green+Blue) = 194+47+212=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #C22FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FD4 is #3DD02B. Grayscale: #6D6D6D. Windows color (decimal): -4050988 or 13905858. OLE color: 13905858.
HSL color Cylindrical-coordinate representation of color #C22FD4: hue angle of 293.45º 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 #C22FD4 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 47 | 212 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.17 |
| HSL | 293.45º | 0.66% | 0.51% | - |
| HSV(B) | 293.45º | 0.78% | 0.83% | - |
| XYZ | 35.15 | 18.26 | 63.96 | - |
| YUV | 109.76 | 185.7 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 212 | 0.08 | 0.78 | 0 | 0.17 | 293.45 | 0.66 | 0.51 |
| Hex | C2 | 2F | D4 | 8 | 4E | 0 | 11 | 125 | 42 | 33 |
| Octal | 302 | 57 | 324 | 10 | 116 | 0 | 21 | 445 | 102 | 63 |
| Binary | 11000010 | 101111 | 11010100 | 1000 | 1001110 | 0 | 10001 | 100100101 | 1000010 | 110011 |
Color Harmonies of #C22FD4
Complementary color
Monochromatic Colors of #C22FD4
Black with #C22FD4
Text Example
Text Example
White with #C22FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FD4; }
p { color: rgb(194,47,212); }
H1.HeaderClassName
{
color: #C22FD4;
}
.AnyTagClassName
{
color: #C22FD4;
}
</style>
background-color css
<style>
a { background-color: #C22FD4; }
a { background-color: rgb(194,47,212); }
div.DivClassName
{
background-color: #C22FD4;
}
.BgClassName
{
background-color: #C22FD4;
}
</style>
border-color css
<style>
span { border-color: #C22FD4; }
span { border-color: rgb(194,47,212); }
td.TdClassName
{
border-color: #C22FD4;
}
.TagClassName
{
border-color: #C22FD4;
}
</style>