Html Css Color HEX #C431EA Medium Orchid

📋 copy color: '#C431EA'

red 196 ◦ green 49 ◦ blue 234

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

Shades of Medium Orchid #C431EA

Tints of Medium Orchid #C431EA

RGB

 RED value IS 196 (76.95% from 255) = 40.92%

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

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 40.92%
G = 10.23%
B = 48.85%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C431EA (or 0xC431EA) is known color: Medium Orchid. HEX triplet: C4, 31 and EA. RGB value is (196,49,234). Sum of RGB (Red+Green+Blue) = 196+49+234=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #C431EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C431EA is #3BCE15. Grayscale: #717171. Windows color (decimal): -3919382 or 15348164. OLE color: 15348164.

HSL color Cylindrical-coordinate representation of color #C431EA: hue angle of 287.68º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C431EA is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 49 234 -
CMYK 0.16 0.79 0 0.08
HSL 287.68º 0.81% 0.55% -
HSV(B) 287.68º 0.79% 0.92% -
XYZ 38.71 19.87 79.64 -
YUV 114.04 195.7 186.46 -
System Red Green Blue C M Y K H S L
Decimal 196 49 234 0.16 0.79 0 0.08 287.68 0.81 0.55
Hex C4 31 EA 10 4F 0 8 120 51 37
Octal 304 61 352 20 117 0 10 440 121 67
Binary 11000100 110001 11101010 10000 1001111 0 1000 100100000 1010001 110111

Color Harmonies of #C431EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431EA

Black with #C431EA

Text Example


Text Example

White with #C431EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431EA; }

 p { color: rgb(196,49,234); }

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

background-color css

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

 a { background-color: rgb(196,49,234); }

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

border-color css

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

 span { border-color: rgb(196,49,234); }

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