Html Css Color HEX #C22EDD Medium Orchid

📋 copy color: '#C22EDD'

red 194 ◦ green 46 ◦ blue 221

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

Shades of Medium Orchid #C22EDD

Tints of Medium Orchid #C22EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 42.08%
G = 9.98%
B = 47.94%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C22EDD (or 0xC22EDD) is known color: Medium Orchid. HEX triplet: C2, 2E and DD. RGB value is (194,46,221). Sum of RGB (Red+Green+Blue) = 194+46+221=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #C22EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22EDD is #3DD122. Grayscale: #6D6D6D. Windows color (decimal): -4051235 or 14495426. OLE color: 14495426.

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

Color convert

RGB 194 46 221 -
CMYK 0.12 0.79 0 0.13
HSL 290.74º 0.72% 0.52% -
HSV(B) 290.74º 0.79% 0.87% -
XYZ 36.28 18.64 70.09 -
YUV 110.2 190.53 187.77 -
System Red Green Blue C M Y K H S L
Decimal 194 46 221 0.12 0.79 0 0.13 290.74 0.72 0.52
Hex C2 2E DD C 4F 0 D 123 48 34
Octal 302 56 335 14 117 0 15 443 110 64
Binary 11000010 101110 11011101 1100 1001111 0 1101 100100011 1001000 110100

Color Harmonies of #C22EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22EDD

Black with #C22EDD

Text Example


Text Example

White with #C22EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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