Html Css Color HEX #C440EC Medium Orchid

📋 copy color: '#C440EC'

red 196 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #C440EC

Tints of Medium Orchid #C440EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 39.52%
G = 12.9%
B = 47.58%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C440EC (or 0xC440EC) is known color: Medium Orchid. HEX triplet: C4, 40 and EC. RGB value is (196,64,236). Sum of RGB (Red+Green+Blue) = 196+64+236=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #C440EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C440EC is #3BBF13. Grayscale: #7A7A7A. Windows color (decimal): -3915540 or 15483076. OLE color: 15483076.

HSL color Cylindrical-coordinate representation of color #C440EC: hue angle of 286.05º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C440EC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 64 236 -
CMYK 0.17 0.73 0 0.07
HSL 286.05º 0.82% 0.59% -
HSV(B) 286.05º 0.73% 0.93% -
XYZ 39.74 21.46 81.4 -
YUV 123.08 191.73 180.01 -
System Red Green Blue C M Y K H S L
Decimal 196 64 236 0.17 0.73 0 0.07 286.05 0.82 0.59
Hex C4 40 EC 11 49 0 7 11E 52 3B
Octal 304 100 354 21 111 0 7 436 122 73
Binary 11000100 1000000 11101100 10001 1001001 0 111 100011110 1010010 111011

Color Harmonies of #C440EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C440EC

Black with #C440EC

Text Example


Text Example

White with #C440EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C440EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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