#C22ED6

Color #C22ED6 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C22ED6

Tints of Medium Orchid #C22ED6

Color information

#C22ED6 (or 0xC22ED6) is unknown color: approx Medium Orchid. HEX triplet: C2, 2E and D6. RGB value is (194,46,214). Sum of RGB (Red+Green+Blue) = 194+46+214=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #C22ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22ED6 is #3DD129. Grayscale: #6C6C6C. Windows color (decimal): -4051242 or 14036674. OLE color: 14036674.

HSL color Cylindrical-coordinate representation of color #C22ED6: hue angle of 292.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22ED6 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19446214-
CMYK0.090.7900.16
HSL292.86º67.2%50.98%-
HSV(B)292.86º78.5%83.92%-
XYZ35.3618.2865.28-
YUV109.4187.03188.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 42.73%
GREEN value IS 46 (18.36% from 255) = 10.13%
BLUE value IS 214 (83.98% from 255) = 47.14%
R=42.73%
G=10.13%
B=47.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194462140.090.7900.16292.8667.250.98
HexC22ED694F0101254333
Octal302563261111702044510363
Binary1100001010111011010110100110011110100001001001011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22ED6; }

 p { color: rgb(194,46,214); }

 H1.HeaderClassName
 {
   color: #C22ED6;
 }
 .AnyTagClassName
 {
   color: #C22ED6;
 }
</style>
background-color css

<style>
 a { background-color: #C22ED6; }

 a { background-color: rgb(194,46,214); }

 div.DivClassName
 {
   background-color: #C22ED6;
 }
 .BgClassName
 {
   background-color: #C22ED6;
 }
</style>
border-color css

<style>
 span { border-color: #C22ED6; }

 span { border-color: rgb(194,46,214); }

 td.TdClassName
 {
   border-color: #C22ED6;
 }
 .TagClassName
 {
   border-color: #C22ED6;
 }
</style>