Html Css Color HEX #C46EE8 Medium Orchid

📋 copy color: '#C46EE8'

red 196 ◦ green 110 ◦ blue 232

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

Shades of Medium Orchid #C46EE8

Tints of Medium Orchid #C46EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.12%

R = 36.43%
G = 20.45%
B = 43.12%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C46EE8 (or 0xC46EE8) is known color: Medium Orchid. HEX triplet: C4, 6E and E8. RGB value is (196,110,232). Sum of RGB (Red+Green+Blue) = 196+110+232=538 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.43% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #C46EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46EE8 is #3B9117. Grayscale: #959595. Windows color (decimal): -3903768 or 15232708. OLE color: 15232708.

HSL color Cylindrical-coordinate representation of color #C46EE8: hue angle of 282.3º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C46EE8 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 110 232 -
CMYK 0.16 0.53 0 0.09
HSL 282.3º 0.73% 0.67% -
HSV(B) 282.3º 0.53% 0.91% -
XYZ 42.91 28.71 79.62 -
YUV 149.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 196 110 232 0.16 0.53 0 0.09 282.3 0.73 0.67
Hex C4 6E E8 10 35 0 9 11A 49 43
Octal 304 156 350 20 65 0 11 432 111 103
Binary 11000100 1101110 11101000 10000 110101 0 1001 100011010 1001001 1000011

Color Harmonies of #C46EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46EE8

Black with #C46EE8

Text Example


Text Example

White with #C46EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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