Html Css Color HEX #C231E2 Medium Orchid

📋 copy color: '#C231E2'

red 194 ◦ green 49 ◦ blue 226

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

Shades of Medium Orchid #C231E2

Tints of Medium Orchid #C231E2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.45%

 BLUE value IS 226 (88.67% from 255) = 48.19%

R = 41.36%
G = 10.45%
B = 48.19%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C231E2 (or 0xC231E2) is known color: Medium Orchid. HEX triplet: C2, 31 and E2. RGB value is (194,49,226). Sum of RGB (Red+Green+Blue) = 194+49+226=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 226 - color contains mainly: blue. Hex color #C231E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231E2 is #3DCE1D. Grayscale: #6F6F6F. Windows color (decimal): -4050462 or 14823874. OLE color: 14823874.

HSL color Cylindrical-coordinate representation of color #C231E2: hue angle of 289.15º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C231E2 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 49 226 -
CMYK 0.14 0.78 0 0.11
HSL 289.15º 0.75% 0.54% -
HSV(B) 289.15º 0.78% 0.89% -
XYZ 37.07 19.16 73.7 -
YUV 112.53 192.04 186.11 -
System Red Green Blue C M Y K H S L
Decimal 194 49 226 0.14 0.78 0 0.11 289.15 0.75 0.54
Hex C2 31 E2 E 4E 0 B 121 4B 36
Octal 302 61 342 16 116 0 13 441 113 66
Binary 11000010 110001 11100010 1110 1001110 0 1011 100100001 1001011 110110

Color Harmonies of #C231E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231E2

Black with #C231E2

Text Example


Text Example

White with #C231E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231E2; }

 p { color: rgb(194,49,226); }

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

background-color css

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

 a { background-color: rgb(194,49,226); }

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

border-color css

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

 span { border-color: rgb(194,49,226); }

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