Html Css Color HEX #C031EF Medium Orchid

📋 copy color: '#C031EF'

red 192 ◦ green 49 ◦ blue 239

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

Shades of Medium Orchid #C031EF

Tints of Medium Orchid #C031EF

RGB

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

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

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

R = 40%
G = 10.21%
B = 49.79%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C031EF (or 0xC031EF) is known color: Medium Orchid. HEX triplet: C0, 31 and EF. RGB value is (192,49,239). Sum of RGB (Red+Green+Blue) = 192+49+239=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #C031EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031EF is #3FCE10. Grayscale: #707070. Windows color (decimal): -4181521 or 15675840. OLE color: 15675840.

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

Color convert

RGB 192 49 239 -
CMYK 0.20 0.79 0 0.06
HSL 285.16º 0.86% 0.56% -
HSV(B) 285.16º 0.79% 0.94% -
XYZ 38.42 19.64 83.43 -
YUV 113.42 198.88 184.05 -
System Red Green Blue C M Y K H S L
Decimal 192 49 239 0.20 0.79 0 0.06 285.16 0.86 0.56
Hex C0 31 EF 14 4F 0 6 11D 56 38
Octal 300 61 357 24 117 0 6 435 126 70
Binary 11000000 110001 11101111 10100 1001111 0 110 100011101 1010110 111000

Color Harmonies of #C031EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031EF

Black with #C031EF

Text Example


Text Example

White with #C031EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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