Html Css Color HEX #C46EE7 Medium Orchid

📋 copy color: '#C46EE7'

red 196 ◦ green 110 ◦ blue 231

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

Shades of Medium Orchid #C46EE7

Tints of Medium Orchid #C46EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.02%

R = 36.5%
G = 20.48%
B = 43.02%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C46EE7 (or 0xC46EE7) is known color: Medium Orchid. HEX triplet: C4, 6E and E7. RGB value is (196,110,231). Sum of RGB (Red+Green+Blue) = 196+110+231=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #C46EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C46EE7 is #3B9118. Grayscale: #959595. Windows color (decimal): -3903769 or 15167172. OLE color: 15167172.

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

Color convert

RGB 196 110 231 -
CMYK 0.15 0.52 0 0.09
HSL 282.64º 0.72% 0.67% -
HSV(B) 282.64º 0.52% 0.91% -
XYZ 42.76 28.66 78.88 -
YUV 149.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 196 110 231 0.15 0.52 0 0.09 282.64 0.72 0.67
Hex C4 6E E7 F 34 0 9 11B 48 43
Octal 304 156 347 17 64 0 11 433 110 103
Binary 11000100 1101110 11100111 1111 110100 0 1001 100011011 1001000 1000011

Color Harmonies of #C46EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46EE7

Black with #C46EE7

Text Example


Text Example

White with #C46EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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