Html Css Color HEX #C440EA Medium Orchid

📋 copy color: '#C440EA'

red 196 ◦ green 64 ◦ blue 234

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

Shades of Medium Orchid #C440EA

Tints of Medium Orchid #C440EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 39.68%
G = 12.96%
B = 47.37%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C440EA (or 0xC440EA) is known color: Medium Orchid. HEX triplet: C4, 40 and EA. RGB value is (196,64,234). Sum of RGB (Red+Green+Blue) = 196+64+234=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 64 (25.39% from 255 or 12.96% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #C440EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440EA is #3BBF15. Grayscale: #7A7A7A. Windows color (decimal): -3915542 or 15352004. OLE color: 15352004.

HSL color Cylindrical-coordinate representation of color #C440EA: hue angle of 286.59º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C440EA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 64 234 -
CMYK 0.16 0.73 0 0.08
HSL 286.59º 0.8% 0.58% -
HSV(B) 286.59º 0.73% 0.92% -
XYZ 39.45 21.34 79.88 -
YUV 122.85 190.73 180.18 -
System Red Green Blue C M Y K H S L
Decimal 196 64 234 0.16 0.73 0 0.08 286.59 0.8 0.58
Hex C4 40 EA 10 49 0 8 11F 50 3A
Octal 304 100 352 20 111 0 10 437 120 72
Binary 11000100 1000000 11101010 10000 1001001 0 1000 100011111 1010000 111010

Color Harmonies of #C440EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440EA

Black with #C440EA

Text Example


Text Example

White with #C440EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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