Html Css Color HEX #C440E5 Medium Orchid

📋 copy color: '#C440E5'

red 196 ◦ green 64 ◦ blue 229

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

Shades of Medium Orchid #C440E5

Tints of Medium Orchid #C440E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.83%

R = 40.08%
G = 13.09%
B = 46.83%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C440E5 (or 0xC440E5) is known color: Medium Orchid. HEX triplet: C4, 40 and E5. RGB value is (196,64,229). Sum of RGB (Red+Green+Blue) = 196+64+229=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 229 (89.84% from 255 or 46.83% from 489); Max value from RGB is 229 - color contains mainly: blue. Hex color #C440E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C440E5 is #3BBF1A. Grayscale: #797979. Windows color (decimal): -3915547 or 15024324. OLE color: 15024324.

HSL color Cylindrical-coordinate representation of color #C440E5: hue angle of 288º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C440E5 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 64 229 -
CMYK 0.14 0.72 0 0.10
HSL 288º 0.76% 0.57% -
HSV(B) 288º 0.72% 0.9% -
XYZ 38.74 21.06 76.15 -
YUV 122.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 196 64 229 0.14 0.72 0 0.10 288 0.76 0.57
Hex C4 40 E5 E 48 0 A 120 4C 39
Octal 304 100 345 16 110 0 12 440 114 71
Binary 11000100 1000000 11100101 1110 1001000 0 1010 100100000 1001100 111001

Color Harmonies of #C440E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440E5

Black with #C440E5

Text Example


Text Example

White with #C440E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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