Html Css Color HEX #C130EE Medium Orchid

📋 copy color: '#C130EE'

red 193 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #C130EE

Tints of Medium Orchid #C130EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 40.29%
G = 10.02%
B = 49.69%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C130EE (or 0xC130EE) is known color: Medium Orchid. HEX triplet: C1, 30 and EE. RGB value is (193,48,238). Sum of RGB (Red+Green+Blue) = 193+48+238=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #C130EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C130EE is #3ECF11. Grayscale: #707070. Windows color (decimal): -4116242 or 15610049. OLE color: 15610049.

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

Color convert

RGB 193 48 238 -
CMYK 0.19 0.80 0 0.07
HSL 285.79º 0.85% 0.56% -
HSV(B) 285.79º 0.8% 0.93% -
XYZ 38.48 19.62 82.65 -
YUV 113.02 198.54 185.05 -
System Red Green Blue C M Y K H S L
Decimal 193 48 238 0.19 0.80 0 0.07 285.79 0.85 0.56
Hex C1 30 EE 13 50 0 7 11E 55 38
Octal 301 60 356 23 120 0 7 436 125 70
Binary 11000001 110000 11101110 10011 1010000 0 111 100011110 1010101 111000

Color Harmonies of #C130EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130EE

Black with #C130EE

Text Example


Text Example

White with #C130EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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