Html Css Color HEX #C141DF Medium Orchid

📋 copy color: '#C141DF'

red 193 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #C141DF

Tints of Medium Orchid #C141DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 40.12%
G = 13.51%
B = 46.36%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C141DF (or 0xC141DF) is known color: Medium Orchid. HEX triplet: C1, 41 and DF. RGB value is (193,65,223). Sum of RGB (Red+Green+Blue) = 193+65+223=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #C141DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141DF is #3EBE20. Grayscale: #787878. Windows color (decimal): -4111905 or 14631361. OLE color: 14631361.

HSL color Cylindrical-coordinate representation of color #C141DF: hue angle of 288.61º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C141DF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 65 223 -
CMYK 0.13 0.71 0 0.13
HSL 288.61º 0.71% 0.56% -
HSV(B) 288.61º 0.71% 0.87% -
XYZ 37.2 20.45 71.8 -
YUV 121.28 185.41 179.15 -
System Red Green Blue C M Y K H S L
Decimal 193 65 223 0.13 0.71 0 0.13 288.61 0.71 0.56
Hex C1 41 DF D 47 0 D 121 47 38
Octal 301 101 337 15 107 0 15 441 107 70
Binary 11000001 1000001 11011111 1101 1000111 0 1101 100100001 1000111 111000

Color Harmonies of #C141DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141DF

Black with #C141DF

Text Example


Text Example

White with #C141DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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