Html Css Color HEX #C141DD Medium Orchid

📋 copy color: '#C141DD'

red 193 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #C141DD

Tints of Medium Orchid #C141DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 40.29%
G = 13.57%
B = 46.14%

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

#C141DD (or 0xC141DD) is known color: Medium Orchid. HEX triplet: C1, 41 and DD. RGB value is (193,65,221). Sum of RGB (Red+Green+Blue) = 193+65+221=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #C141DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141DD is #3EBE22. Grayscale: #787878. Windows color (decimal): -4111907 or 14500289. OLE color: 14500289.

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

Color convert

RGB 193 65 221 -
CMYK 0.13 0.71 0 0.13
HSL 289.23º 0.7% 0.56% -
HSV(B) 289.23º 0.71% 0.87% -
XYZ 36.93 20.34 70.39 -
YUV 121.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 193 65 221 0.13 0.71 0 0.13 289.23 0.7 0.56
Hex C1 41 DD D 47 0 D 121 46 38
Octal 301 101 335 15 107 0 15 441 106 70
Binary 11000001 1000001 11011101 1101 1000111 0 1101 100100001 1000110 111000

Color Harmonies of #C141DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141DD

Black with #C141DD

Text Example


Text Example

White with #C141DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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