Html Css Color HEX #C46ED5 Medium Orchid

📋 copy color: '#C46ED5'

red 196 ◦ green 110 ◦ blue 213

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

Shades of Medium Orchid #C46ED5

Tints of Medium Orchid #C46ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 37.76%
G = 21.19%
B = 41.04%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C46ED5 (or 0xC46ED5) is known color: Medium Orchid. HEX triplet: C4, 6E and D5. RGB value is (196,110,213). Sum of RGB (Red+Green+Blue) = 196+110+213=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #C46ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ED5 is #3B912A. Grayscale: #939393. Windows color (decimal): -3903787 or 13987524. OLE color: 13987524.

HSL color Cylindrical-coordinate representation of color #C46ED5: hue angle of 290.1º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46ED5 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 110 213 -
CMYK 0.08 0.48 0 0.16
HSL 290.1º 0.55% 0.63% -
HSV(B) 290.1º 0.48% 0.84% -
XYZ 40.35 27.69 66.17 -
YUV 147.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 196 110 213 0.08 0.48 0 0.16 290.1 0.55 0.63
Hex C4 6E D5 8 30 0 10 122 37 3F
Octal 304 156 325 10 60 0 20 442 67 77
Binary 11000100 1101110 11010101 1000 110000 0 10000 100100010 110111 111111

Color Harmonies of #C46ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46ED5

Black with #C46ED5

Text Example


Text Example

White with #C46ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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