#c26ad2

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

Shades of Medium Orchid #C26AD2

Tints of Medium Orchid #C26AD2

Color information

#C26AD2 (or 0xC26AD2) is unknown color: approx Medium Orchid. HEX triplet: C2, 6A and D2. RGB value is (194,106,210). Sum of RGB (Red+Green+Blue) = 194+106+210=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #C26AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26AD2 is #3D952D. Grayscale: #8F8F8F. Windows color (decimal): -4035886 or 13789890. OLE color: 13789890.

HSL color Cylindrical-coordinate representation of color #C26AD2: hue angle of 290.77º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C26AD2 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194106210-
CMYK0.080.5000.18
HSL290.77º53.61%61.96%-
HSV(B)290.77º49.52%82.35%-
XYZ39.0426.4364.02-
YUV144.17165.15163.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 106 (41.80% from 255) = 20.78%
BLUE value IS 210 (82.42% from 255) = 41.18%
R=38.04%
G=20.78%
B=41.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941062100.080.5000.18290.7753.6161.96
HexC26AD2832012123363e
Octal30215232210620224436676
Binary110000101101010110100101000110010010010100100011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c26ad2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c26ad2; }

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

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

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

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

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

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

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

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