Shades of Medium Orchid #C22FD7
Tints of Medium Orchid #C22FD7
RGB
CMYK
RGB Variations
Color information
#C22FD7 (or 0xC22FD7) is known color: Medium Orchid. HEX triplet: C2, 2F and D7. RGB value is (194,47,215). Sum of RGB (Red+Green+Blue) = 194+47+215=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #C22FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FD7 is #3DD028. Grayscale: #6D6D6D. Windows color (decimal): -4050985 or 14102466. OLE color: 14102466.
HSL color Cylindrical-coordinate representation of color #C22FD7: hue angle of 292.5º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22FD7 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 47 | 215 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.16 |
| HSL | 292.5º | 0.68% | 0.51% | - |
| HSV(B) | 292.5º | 0.78% | 0.84% | - |
| XYZ | 35.53 | 18.41 | 65.97 | - |
| YUV | 110.11 | 187.2 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 215 | 0.10 | 0.78 | 0 | 0.16 | 292.5 | 0.68 | 0.51 |
| Hex | C2 | 2F | D7 | A | 4E | 0 | 10 | 124 | 44 | 33 |
| Octal | 302 | 57 | 327 | 12 | 116 | 0 | 20 | 444 | 104 | 63 |
| Binary | 11000010 | 101111 | 11010111 | 1010 | 1001110 | 0 | 10000 | 100100100 | 1000100 | 110011 |
Color Harmonies of #C22FD7
Complementary color
Monochromatic Colors of #C22FD7
Black with #C22FD7
Text Example
Text Example
White with #C22FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FD7; }
p { color: rgb(194,47,215); }
H1.HeaderClassName
{
color: #C22FD7;
}
.AnyTagClassName
{
color: #C22FD7;
}
</style>
background-color css
<style>
a { background-color: #C22FD7; }
a { background-color: rgb(194,47,215); }
div.DivClassName
{
background-color: #C22FD7;
}
.BgClassName
{
background-color: #C22FD7;
}
</style>
border-color css
<style>
span { border-color: #C22FD7; }
span { border-color: rgb(194,47,215); }
td.TdClassName
{
border-color: #C22FD7;
}
.TagClassName
{
border-color: #C22FD7;
}
</style>