Html Css Color HEX #C440E1 Medium Orchid

📋 copy color: '#C440E1'

red 196 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #C440E1

Tints of Medium Orchid #C440E1

RGB

 RED value IS 196 (76.95% from 255) = 40.41%

 GREEN value IS 64 (25.39% from 255) = 13.2%

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

R = 40.41%
G = 13.2%
B = 46.39%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C440E1 (or 0xC440E1) is known color: Medium Orchid. HEX triplet: C4, 40 and E1. RGB value is (196,64,225). Sum of RGB (Red+Green+Blue) = 196+64+225=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #C440E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440E1 is #3BBF1E. Grayscale: #797979. Windows color (decimal): -3915551 or 14762180. OLE color: 14762180.

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

Color convert

RGB 196 64 225 -
CMYK 0.13 0.72 0 0.12
HSL 289.19º 0.73% 0.57% -
HSV(B) 289.19º 0.72% 0.88% -
XYZ 38.19 20.84 73.24 -
YUV 121.82 186.23 180.91 -
System Red Green Blue C M Y K H S L
Decimal 196 64 225 0.13 0.72 0 0.12 289.19 0.73 0.57
Hex C4 40 E1 D 48 0 C 121 49 39
Octal 304 100 341 15 110 0 14 441 111 71
Binary 11000100 1000000 11100001 1101 1001000 0 1100 100100001 1001001 111001

Color Harmonies of #C440E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440E1

Black with #C440E1

Text Example


Text Example

White with #C440E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440E1; }

 p { color: rgb(196,64,225); }

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

background-color css

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

 a { background-color: rgb(196,64,225); }

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

border-color css

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

 span { border-color: rgb(196,64,225); }

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