Html Css Color HEX #C22CE3 Medium Orchid

📋 copy color: '#C22CE3'

red 194 ◦ green 44 ◦ blue 227

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

Shades of Medium Orchid #C22CE3

Tints of Medium Orchid #C22CE3

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 value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C22CE3 (or 0xC22CE3) is known color: 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

RGB 194 44 227 -
CMYK 0.15 0.81 0 0.11
HSL 289.18º 0.77% 0.53% -
HSV(B) 289.18º 0.81% 0.89% -
XYZ 37.01 18.82 74.35 -
YUV 109.71 194.2 188.12 -
System Red Green Blue C M Y K H S L
Decimal 194 44 227 0.15 0.81 0 0.11 289.18 0.77 0.53
Hex C2 2C E3 F 51 0 B 121 4D 35
Octal 302 54 343 17 121 0 13 441 115 65
Binary 11000010 101100 11100011 1111 1010001 0 1011 100100001 1001101 110101

Color Harmonies of #C22CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CE3

Black with #C22CE3

Text Example


Text Example

White with #C22CE3

Text Example


Text Example

HTML Codes & Css Web 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>