#C26ADA

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

Shades of Medium Orchid #C26ADA

Tints of Medium Orchid #C26ADA

Color information

#C26ADA (or 0xC26ADA) is unknown color: approx Medium Orchid. HEX triplet: C2, 6A and DA. RGB value is (194,106,218). Sum of RGB (Red+Green+Blue) = 194+106+218=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #C26ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ADA is #3D9525. Grayscale: #909090. Windows color (decimal): -4035878 or 14314178. OLE color: 14314178.

HSL color Cylindrical-coordinate representation of color #C26ADA: hue angle of 287.14º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26ADA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194106218-
CMYK0.110.5100.15
HSL287.14º60.22%63.53%-
HSV(B)287.14º51.38%85.49%-
XYZ40.0626.8469.4-
YUV145.08169.15162.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 106 (41.80% from 255) = 20.46%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=37.45%
G=20.46%
B=42.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941062180.110.5100.15287.1460.2263.53
HexC26ADAB330F11f3c40
Octal302152332136301743774100
Binary110000101101010110110101011110011011111000111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26ADA; }

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

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

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

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

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

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

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

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