#C22CE3

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

Shades of Medium Orchid #C22CE3

Tints of Medium Orchid #C22CE3

Color information

#C22CE3 (or 0xC22CE3) is unknown color: approx Medium Orchid. HEX triplet: C2, 2C and E3. RGB value is (194,44,227). Sum of RGB (Red+Green+Blue) = 194+44+227=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 227 (89.06% from 255 or 48.82% from 465); Max value from RGB is 227 - color contains mainly: blue. Hex color #C22CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CE3 is #3DD31C. Grayscale: #6D6D6D. Windows color (decimal): -4051741 or 14888130. OLE color: 14888130.

HSL color Cylindrical-coordinate representation of color #C22CE3: hue angle of 289.18º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22CE3 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19444227-
CMYK0.150.8100.11
HSL289.18º76.57%53.14%-
HSV(B)289.18º80.62%89.02%-
XYZ37.0118.8274.35-
YUV109.71194.2188.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 44 (17.58% from 255) = 9.46%
BLUE value IS 227 (89.06% from 255) = 48.82%
R=41.72%
G=9.46%
B=48.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194442270.150.8100.11289.1876.5753.14
HexC22CE3F510B1214d35
Octal302543431712101344111565
Binary110000101011001110001111111010001010111001000011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22CE3; }

 p { color: rgb(194,44,227); }

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

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

 a { background-color: rgb(194,44,227); }

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

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

 span { border-color: rgb(194,44,227); }

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