Html Css Color HEX #C031EC Medium Orchid

📋 copy color: '#C031EC'

red 192 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #C031EC

Tints of Medium Orchid #C031EC

RGB

 RED value IS 192 (75.39% from 255) = 40.25%

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

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

R = 40.25%
G = 10.27%
B = 49.48%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C031EC (or 0xC031EC) is known color: Medium Orchid. HEX triplet: C0, 31 and EC. RGB value is (192,49,236). Sum of RGB (Red+Green+Blue) = 192+49+236=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #C031EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031EC is #3FCE13. Grayscale: #707070. Windows color (decimal): -4181524 or 15479232. OLE color: 15479232.

HSL color Cylindrical-coordinate representation of color #C031EC: hue angle of 285.88º 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 #C031EC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 49 236 -
CMYK 0.19 0.79 0 0.07
HSL 285.88º 0.83% 0.56% -
HSV(B) 285.88º 0.79% 0.93% -
XYZ 37.98 19.46 81.11 -
YUV 113.08 197.38 184.29 -
System Red Green Blue C M Y K H S L
Decimal 192 49 236 0.19 0.79 0 0.07 285.88 0.83 0.56
Hex C0 31 EC 13 4F 0 7 11E 53 38
Octal 300 61 354 23 117 0 7 436 123 70
Binary 11000000 110001 11101100 10011 1001111 0 111 100011110 1010011 111000

Color Harmonies of #C031EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031EC

Black with #C031EC

Text Example


Text Example

White with #C031EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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