Html Css Color HEX #C431EF Medium Orchid

📋 copy color: '#C431EF'

red 196 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #C431EF

Tints of Medium Orchid #C431EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 40.5%
G = 10.12%
B = 49.38%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C431EF (or 0xC431EF) is known color: Medium Orchid. HEX triplet: C4, 31 and EF. RGB value is (196,49,239). Sum of RGB (Red+Green+Blue) = 196+49+239=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #C431EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C431EF is #3BCE10. Grayscale: #727272. Windows color (decimal): -3919377 or 15675844. OLE color: 15675844.

HSL color Cylindrical-coordinate representation of color #C431EF: hue angle of 286.42º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C431EF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 49 239 -
CMYK 0.18 0.79 0 0.06
HSL 286.42º 0.86% 0.56% -
HSV(B) 286.42º 0.79% 0.94% -
XYZ 39.44 20.16 83.47 -
YUV 114.61 198.2 186.05 -
System Red Green Blue C M Y K H S L
Decimal 196 49 239 0.18 0.79 0 0.06 286.42 0.86 0.56
Hex C4 31 EF 12 4F 0 6 11E 56 38
Octal 304 61 357 22 117 0 6 436 126 70
Binary 11000100 110001 11101111 10010 1001111 0 110 100011110 1010110 111000

Color Harmonies of #C431EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431EF

Black with #C431EF

Text Example


Text Example

White with #C431EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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