#C26AED

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

Shades of Medium Orchid #C26AED

Tints of Medium Orchid #C26AED

Color information

#C26AED (or 0xC26AED) is unknown color: approx Medium Orchid. HEX triplet: C2, 6A and ED. RGB value is (194,106,237). Sum of RGB (Red+Green+Blue) = 194+106+237=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #C26AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26AED is #3D9512. Grayscale: #929292. Windows color (decimal): -4035859 or 15559362. OLE color: 15559362.

HSL color Cylindrical-coordinate representation of color #C26AED: hue angle of 280.31º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C26AED is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194106237-
CMYK0.180.5500.07
HSL280.31º78.44%67.25%-
HSV(B)280.31º55.27%92.94%-
XYZ42.6927.8983.25-
YUV147.25178.65161.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 106 (41.80% from 255) = 19.74%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=36.13%
G=19.74%
B=44.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941062370.180.5500.07280.3178.4467.25
HexC26AED1237071184e43
Octal302152355226707430116103
Binary1100001011010101110110110010110111011110001100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26AED; }

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

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

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

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

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

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

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

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