Html Css Color HEX #C031EB Medium Orchid

📋 copy color: '#C031EB'

red 192 ◦ green 49 ◦ blue 235

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

Shades of Medium Orchid #C031EB

Tints of Medium Orchid #C031EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 40.34%
G = 10.29%
B = 49.37%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C031EB (or 0xC031EB) is known color: Medium Orchid. HEX triplet: C0, 31 and EB. RGB value is (192,49,235). Sum of RGB (Red+Green+Blue) = 192+49+235=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #C031EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031EB is #3FCE14. Grayscale: #707070. Windows color (decimal): -4181525 or 15413696. OLE color: 15413696.

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

Color convert

RGB 192 49 235 -
CMYK 0.18 0.79 0 0.08
HSL 286.13º 0.82% 0.56% -
HSV(B) 286.13º 0.79% 0.92% -
XYZ 37.83 19.4 80.35 -
YUV 112.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 192 49 235 0.18 0.79 0 0.08 286.13 0.82 0.56
Hex C0 31 EB 12 4F 0 8 11E 52 38
Octal 300 61 353 22 117 0 10 436 122 70
Binary 11000000 110001 11101011 10010 1001111 0 1000 100011110 1010010 111000

Color Harmonies of #C031EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031EB

Black with #C031EB

Text Example


Text Example

White with #C031EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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