#C26ED4

Color #C26ED4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C26ED4

Tints of Medium Orchid #C26ED4

Color information

#C26ED4 (or 0xC26ED4) is unknown color: approx Medium Orchid. HEX triplet: C2, 6E and D4. RGB value is (194,110,212). Sum of RGB (Red+Green+Blue) = 194+110+212=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #C26ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ED4 is #3D912B. Grayscale: #929292. Windows color (decimal): -4034860 or 13921986. OLE color: 13921986.

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

Color convert

RGB194110212-
CMYK0.080.4800.17
HSL289.41º54.26%63.14%-
HSV(B)289.41º48.11%83.14%-
XYZ39.7127.3765.48-
YUV146.74164.83161.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 110 (43.36% from 255) = 21.32%
BLUE value IS 212 (83.20% from 255) = 41.09%
R=37.60%
G=21.32%
B=41.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941102120.080.4800.17289.4154.2663.14
HexC26ED4830011121363f
Octal30215632410600214416677
Binary110000101101110110101001000110000010001100100001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26ED4; }

 p { color: rgb(194,110,212); }

 H1.HeaderClassName
 {
   color: #C26ED4;
 }
 .AnyTagClassName
 {
   color: #C26ED4;
 }
</style>
background-color css

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

 a { background-color: rgb(194,110,212); }

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

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

 span { border-color: rgb(194,110,212); }

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