Html Css Color HEX #C22EE4 Medium Orchid

📋 copy color: '#C22EE4'

red 194 ◦ green 46 ◦ blue 228

#C22EE4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C22EE4

Tints of Medium Orchid #C22EE4

RGB

 RED value IS 194 (76.17% from 255) = 41.45%

 GREEN value IS 46 (18.36% from 255) = 9.83%

 BLUE value IS 228 (89.45% from 255) = 48.72%

R = 41.45%
G = 9.83%
B = 48.72%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C22EE4 (or 0xC22EE4) is known color: Medium Orchid. HEX triplet: C2, 2E and E4. RGB value is (194,46,228). Sum of RGB (Red+Green+Blue) = 194+46+228=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #C22EE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22EE4 is #3DD11B. Grayscale: #6E6E6E. Windows color (decimal): -4051228 or 14954178. OLE color: 14954178.

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

Color convert

RGB 194 46 228 -
CMYK 0.15 0.80 0 0.11
HSL 288.79º 0.77% 0.54% -
HSV(B) 288.79º 0.8% 0.89% -
XYZ 37.23 19.02 75.11 -
YUV 111 194.03 187.2 -
System Red Green Blue C M Y K H S L
Decimal 194 46 228 0.15 0.80 0 0.11 288.79 0.77 0.54
Hex C2 2E E4 F 50 0 B 121 4D 36
Octal 302 56 344 17 120 0 13 441 115 66
Binary 11000010 101110 11100100 1111 1010000 0 1011 100100001 1001101 110110

Color Harmonies of #C22EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22EE4

Black with #C22EE4

Text Example


Text Example

White with #C22EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22EE4; }

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

 H1.HeaderClassName
 {
   color: #C22EE4;
 }
 .AnyTagClassName
 {
   color: #C22EE4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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