Html Css Color HEX #C130EC Medium Orchid

📋 copy color: '#C130EC'

red 193 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #C130EC

Tints of Medium Orchid #C130EC

RGB

 RED value IS 193 (75.78% from 255) = 40.46%

 GREEN value IS 48 (19.14% from 255) = 10.06%

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

R = 40.46%
G = 10.06%
B = 49.48%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C130EC (or 0xC130EC) is known color: Medium Orchid. HEX triplet: C1, 30 and EC. RGB value is (193,48,236). Sum of RGB (Red+Green+Blue) = 193+48+236=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 48 (19.14% from 255 or 10.06% 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 #C130EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C130EC is #3ECF13. Grayscale: #707070. Windows color (decimal): -4116244 or 15478977. OLE color: 15478977.

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

Color convert

RGB 193 48 236 -
CMYK 0.18 0.80 0 0.07
HSL 286.28º 0.83% 0.56% -
HSV(B) 286.28º 0.8% 0.93% -
XYZ 38.19 19.51 81.11 -
YUV 112.79 197.54 185.21 -
System Red Green Blue C M Y K H S L
Decimal 193 48 236 0.18 0.80 0 0.07 286.28 0.83 0.56
Hex C1 30 EC 12 50 0 7 11E 53 38
Octal 301 60 354 22 120 0 7 436 123 70
Binary 11000001 110000 11101100 10010 1010000 0 111 100011110 1010011 111000

Color Harmonies of #C130EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130EC

Black with #C130EC

Text Example


Text Example

White with #C130EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130EC; }

 p { color: rgb(193,48,236); }

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

background-color css

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

 a { background-color: rgb(193,48,236); }

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

border-color css

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

 span { border-color: rgb(193,48,236); }

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