Html Css Color HEX #C46EDC Medium Orchid

📋 copy color: '#C46EDC'

red 196 ◦ green 110 ◦ blue 220

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

Shades of Medium Orchid #C46EDC

Tints of Medium Orchid #C46EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.91%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 37.26%
G = 20.91%
B = 41.83%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C46EDC (or 0xC46EDC) is known color: Medium Orchid. HEX triplet: C4, 6E and DC. RGB value is (196,110,220). Sum of RGB (Red+Green+Blue) = 196+110+220=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #C46EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EDC is #3B9123. Grayscale: #939393. Windows color (decimal): -3903780 or 14446276. OLE color: 14446276.

HSL color Cylindrical-coordinate representation of color #C46EDC: hue angle of 286.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46EDC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 110 220 -
CMYK 0.11 0.50 0 0.14
HSL 286.91º 0.61% 0.65% -
HSV(B) 286.91º 0.5% 0.86% -
XYZ 41.26 28.05 70.95 -
YUV 148.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 196 110 220 0.11 0.50 0 0.14 286.91 0.61 0.65
Hex C4 6E DC B 32 0 E 11F 3D 41
Octal 304 156 334 13 62 0 16 437 75 101
Binary 11000100 1101110 11011100 1011 110010 0 1110 100011111 111101 1000001

Color Harmonies of #C46EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46EDC

Black with #C46EDC

Text Example


Text Example

White with #C46EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46EDC; }

 p { color: rgb(196,110,220); }

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

background-color css

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

 a { background-color: rgb(196,110,220); }

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

border-color css

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

 span { border-color: rgb(196,110,220); }

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