#C26AE9

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

Shades of Medium Orchid #C26AE9

Tints of Medium Orchid #C26AE9

Color information

#C26AE9 (or 0xC26AE9) is unknown color: approx Medium Orchid. HEX triplet: C2, 6A and E9. RGB value is (194,106,233). Sum of RGB (Red+Green+Blue) = 194+106+233=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #C26AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26AE9 is #3D9516. Grayscale: #929292. Windows color (decimal): -4035863 or 15297218. OLE color: 15297218.

HSL color Cylindrical-coordinate representation of color #C26AE9: hue angle of 281.57º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26AE9 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194106233-
CMYK0.170.5500.09
HSL281.57º74.27%66.47%-
HSV(B)281.57º54.51%91.37%-
XYZ42.1127.6680.21-
YUV146.79176.65161.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 106 (41.80% from 255) = 19.89%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=36.40%
G=19.89%
B=43.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941062330.170.5500.09281.5774.2766.47
HexC26AE911370911a4a42
Octal3021523512167011432112102
Binary11000010110101011101001100011101110100110001101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26AE9; }

 p { color: rgb(194,106,233); }

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

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

 a { background-color: rgb(194,106,233); }

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

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

 span { border-color: rgb(194,106,233); }

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