Html Css Color HEX #C141EB Medium Orchid

📋 copy color: '#C141EB'

red 193 ◦ green 65 ◦ blue 235

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

Shades of Medium Orchid #C141EB

Tints of Medium Orchid #C141EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.18%

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

R = 39.15%
G = 13.18%
B = 47.67%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C141EB (or 0xC141EB) is known color: Medium Orchid. HEX triplet: C1, 41 and EB. RGB value is (193,65,235). Sum of RGB (Red+Green+Blue) = 193+65+235=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #C141EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C141EB is #3EBE14. Grayscale: #7A7A7A. Windows color (decimal): -4111893 or 15417793. OLE color: 15417793.

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

Color convert

RGB 193 65 235 -
CMYK 0.18 0.72 0 0.08
HSL 285.18º 0.81% 0.59% -
HSV(B) 285.18º 0.72% 0.92% -
XYZ 38.88 21.12 80.62 -
YUV 122.65 191.41 178.18 -
System Red Green Blue C M Y K H S L
Decimal 193 65 235 0.18 0.72 0 0.08 285.18 0.81 0.59
Hex C1 41 EB 12 48 0 8 11D 51 3B
Octal 301 101 353 22 110 0 10 435 121 73
Binary 11000001 1000001 11101011 10010 1001000 0 1000 100011101 1010001 111011

Color Harmonies of #C141EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141EB

Black with #C141EB

Text Example


Text Example

White with #C141EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141EB; }

 p { color: rgb(193,65,235); }

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

background-color css

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

 a { background-color: rgb(193,65,235); }

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

border-color css

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

 span { border-color: rgb(193,65,235); }

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