Html Css Color HEX #C141E1 Medium Orchid

📋 copy color: '#C141E1'

red 193 ◦ green 65 ◦ blue 225

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

Shades of Medium Orchid #C141E1

Tints of Medium Orchid #C141E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.58%

R = 39.96%
G = 13.46%
B = 46.58%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C141E1 (or 0xC141E1) is known color: Medium Orchid. HEX triplet: C1, 41 and E1. RGB value is (193,65,225). Sum of RGB (Red+Green+Blue) = 193+65+225=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #C141E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141E1 is #3EBE1E. Grayscale: #797979. Windows color (decimal): -4111903 or 14762433. OLE color: 14762433.

HSL color Cylindrical-coordinate representation of color #C141E1: hue angle of 288º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C141E1 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 65 225 -
CMYK 0.14 0.71 0 0.12
HSL 288º 0.73% 0.57% -
HSV(B) 288º 0.71% 0.88% -
XYZ 37.47 20.55 73.23 -
YUV 121.51 186.41 178.99 -
System Red Green Blue C M Y K H S L
Decimal 193 65 225 0.14 0.71 0 0.12 288 0.73 0.57
Hex C1 41 E1 E 47 0 C 120 49 39
Octal 301 101 341 16 107 0 14 440 111 71
Binary 11000001 1000001 11100001 1110 1000111 0 1100 100100000 1001001 111001

Color Harmonies of #C141E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141E1

Black with #C141E1

Text Example


Text Example

White with #C141E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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