Html Css Color HEX #C141E0 Medium Orchid

📋 copy color: '#C141E0'

red 193 ◦ green 65 ◦ blue 224

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

Shades of Medium Orchid #C141E0

Tints of Medium Orchid #C141E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 40.04%
G = 13.49%
B = 46.47%

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

#C141E0 (or 0xC141E0) is known color: Medium Orchid. HEX triplet: C1, 41 and E0. RGB value is (193,65,224). Sum of RGB (Red+Green+Blue) = 193+65+224=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #C141E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141E0 is #3EBE1F. Grayscale: #787878. Windows color (decimal): -4111904 or 14696897. OLE color: 14696897.

HSL color Cylindrical-coordinate representation of color #C141E0: hue angle of 288.3º degrees, saturation: 0.72, 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 #C141E0 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 65 224 -
CMYK 0.14 0.71 0 0.12
HSL 288.3º 0.72% 0.57% -
HSV(B) 288.3º 0.71% 0.88% -
XYZ 37.34 20.5 72.51 -
YUV 121.4 185.91 179.07 -
System Red Green Blue C M Y K H S L
Decimal 193 65 224 0.14 0.71 0 0.12 288.3 0.72 0.57
Hex C1 41 E0 E 47 0 C 120 48 39
Octal 301 101 340 16 107 0 14 440 110 71
Binary 11000001 1000001 11100000 1110 1000111 0 1100 100100000 1001000 111001

Color Harmonies of #C141E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141E0

Black with #C141E0

Text Example


Text Example

White with #C141E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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