Html Css Color HEX #C22EDF Medium Orchid

📋 copy color: '#C22EDF'

red 194 ◦ green 46 ◦ blue 223

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

Shades of Medium Orchid #C22EDF

Tints of Medium Orchid #C22EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 41.9%
G = 9.94%
B = 48.16%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C22EDF (or 0xC22EDF) is known color: Medium Orchid. HEX triplet: C2, 2E and DF. RGB value is (194,46,223). Sum of RGB (Red+Green+Blue) = 194+46+223=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #C22EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22EDF is #3DD120. Grayscale: #6D6D6D. Windows color (decimal): -4051233 or 14626498. OLE color: 14626498.

HSL color Cylindrical-coordinate representation of color #C22EDF: hue angle of 290.17º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22EDF is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 46 223 -
CMYK 0.13 0.79 0 0.13
HSL 290.17º 0.73% 0.53% -
HSV(B) 290.17º 0.79% 0.87% -
XYZ 36.54 18.75 71.51 -
YUV 110.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 194 46 223 0.13 0.79 0 0.13 290.17 0.73 0.53
Hex C2 2E DF D 4F 0 D 122 49 35
Octal 302 56 337 15 117 0 15 442 111 65
Binary 11000010 101110 11011111 1101 1001111 0 1101 100100010 1001001 110101

Color Harmonies of #C22EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22EDF

Black with #C22EDF

Text Example


Text Example

White with #C22EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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