Shades of Medium Orchid #C22FD8
Tints of Medium Orchid #C22FD8
RGB
CMYK
RGB Variations
Color information
#C22FD8 (or 0xC22FD8) is known color: Medium Orchid. HEX triplet: C2, 2F and D8. RGB value is (194,47,216). Sum of RGB (Red+Green+Blue) = 194+47+216=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #C22FD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FD8 is #3DD027. Grayscale: #6D6D6D. Windows color (decimal): -4050984 or 14168002. OLE color: 14168002.
HSL color Cylindrical-coordinate representation of color #C22FD8: hue angle of 292.19º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22FD8 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 47 | 216 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.15 |
| HSL | 292.19º | 0.68% | 0.52% | - |
| HSV(B) | 292.19º | 0.78% | 0.85% | - |
| XYZ | 35.66 | 18.46 | 66.65 | - |
| YUV | 110.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 216 | 0.10 | 0.78 | 0 | 0.15 | 292.19 | 0.68 | 0.52 |
| Hex | C2 | 2F | D8 | A | 4E | 0 | F | 124 | 44 | 34 |
| Octal | 302 | 57 | 330 | 12 | 116 | 0 | 17 | 444 | 104 | 64 |
| Binary | 11000010 | 101111 | 11011000 | 1010 | 1001110 | 0 | 1111 | 100100100 | 1000100 | 110100 |
Color Harmonies of #C22FD8
Complementary color
Monochromatic Colors of #C22FD8
Black with #C22FD8
Text Example
Text Example
White with #C22FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FD8; }
p { color: rgb(194,47,216); }
H1.HeaderClassName
{
color: #C22FD8;
}
.AnyTagClassName
{
color: #C22FD8;
}
</style>
background-color css
<style>
a { background-color: #C22FD8; }
a { background-color: rgb(194,47,216); }
div.DivClassName
{
background-color: #C22FD8;
}
.BgClassName
{
background-color: #C22FD8;
}
</style>
border-color css
<style>
span { border-color: #C22FD8; }
span { border-color: rgb(194,47,216); }
td.TdClassName
{
border-color: #C22FD8;
}
.TagClassName
{
border-color: #C22FD8;
}
</style>