Html Css Color HEX #C446EC Medium Orchid

📋 copy color: '#C446EC'

red 196 ◦ green 70 ◦ blue 236

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

Shades of Medium Orchid #C446EC

Tints of Medium Orchid #C446EC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.94%

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

R = 39.04%
G = 13.94%
B = 47.01%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C446EC (or 0xC446EC) is known color: Medium Orchid. HEX triplet: C4, 46 and EC. RGB value is (196,70,236). Sum of RGB (Red+Green+Blue) = 196+70+236=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 70 (27.73% from 255 or 13.94% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #C446EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446EC is #3BB913. Grayscale: #7E7E7E. Windows color (decimal): -3914004 or 15484612. OLE color: 15484612.

HSL color Cylindrical-coordinate representation of color #C446EC: hue angle of 285.54º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C446EC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 70 236 -
CMYK 0.17 0.70 0 0.07
HSL 285.54º 0.81% 0.6% -
HSV(B) 285.54º 0.7% 0.93% -
XYZ 40.1 22.17 81.52 -
YUV 126.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 196 70 236 0.17 0.70 0 0.07 285.54 0.81 0.6
Hex C4 46 EC 11 46 0 7 11E 51 3C
Octal 304 106 354 21 106 0 7 436 121 74
Binary 11000100 1000110 11101100 10001 1000110 0 111 100011110 1010001 111100

Color Harmonies of #C446EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446EC

Black with #C446EC

Text Example


Text Example

White with #C446EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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