Html Css Color HEX #C141D1 Medium Orchid

📋 copy color: '#C141D1'

red 193 ◦ green 65 ◦ blue 209

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

Shades of Medium Orchid #C141D1

Tints of Medium Orchid #C141D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.75%

R = 41.33%
G = 13.92%
B = 44.75%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C141D1 (or 0xC141D1) is known color: Medium Orchid. HEX triplet: C1, 41 and D1. RGB value is (193,65,209). Sum of RGB (Red+Green+Blue) = 193+65+209=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 209 (82.03% from 255 or 44.75% from 467); Max value from RGB is 209 - color contains mainly: blue. Hex color #C141D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141D1 is #3EBE2E. Grayscale: #777777. Windows color (decimal): -4111919 or 13713857. OLE color: 13713857.

HSL color Cylindrical-coordinate representation of color #C141D1: hue angle of 293.33º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C141D1 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 65 209 -
CMYK 0.08 0.69 0 0.18
HSL 293.33º 0.61% 0.54% -
HSV(B) 293.33º 0.69% 0.82% -
XYZ 35.39 19.72 62.26 -
YUV 119.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 193 65 209 0.08 0.69 0 0.18 293.33 0.61 0.54
Hex C1 41 D1 8 45 0 12 125 3D 36
Octal 301 101 321 10 105 0 22 445 75 66
Binary 11000001 1000001 11010001 1000 1000101 0 10010 100100101 111101 110110

Color Harmonies of #C141D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141D1

Black with #C141D1

Text Example


Text Example

White with #C141D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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