Html Css Color HEX #C431EC Medium Orchid

📋 copy color: '#C431EC'

red 196 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #C431EC

Tints of Medium Orchid #C431EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 40.75%
G = 10.19%
B = 49.06%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C431EC (or 0xC431EC) is known color: Medium Orchid. HEX triplet: C4, 31 and EC. RGB value is (196,49,236). Sum of RGB (Red+Green+Blue) = 196+49+236=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 49 (19.53% from 255 or 10.19% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #C431EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C431EC is #3BCE13. Grayscale: #717171. Windows color (decimal): -3919380 or 15479236. OLE color: 15479236.

HSL color Cylindrical-coordinate representation of color #C431EC: hue angle of 287.17º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C431EC is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 49 236 -
CMYK 0.17 0.79 0 0.07
HSL 287.17º 0.83% 0.56% -
HSV(B) 287.17º 0.79% 0.93% -
XYZ 39 19.99 81.16 -
YUV 114.27 196.7 186.29 -
System Red Green Blue C M Y K H S L
Decimal 196 49 236 0.17 0.79 0 0.07 287.17 0.83 0.56
Hex C4 31 EC 11 4F 0 7 11F 53 38
Octal 304 61 354 21 117 0 7 437 123 70
Binary 11000100 110001 11101100 10001 1001111 0 111 100011111 1010011 111000

Color Harmonies of #C431EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431EC

Black with #C431EC

Text Example


Text Example

White with #C431EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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