#C26ADD

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

Shades of Medium Orchid #C26ADD

Tints of Medium Orchid #C26ADD

Color information

#C26ADD (or 0xC26ADD) is unknown color: approx Medium Orchid. HEX triplet: C2, 6A and DD. RGB value is (194,106,221). Sum of RGB (Red+Green+Blue) = 194+106+221=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #C26ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ADD is #3D9522. Grayscale: #919191. Windows color (decimal): -4035875 or 14510786. OLE color: 14510786.

HSL color Cylindrical-coordinate representation of color #C26ADD: hue angle of 285.91º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C26ADD is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194106221-
CMYK0.120.5200.13
HSL285.91º62.84%64.12%-
HSV(B)285.91º52.04%86.67%-
XYZ40.452771.49-
YUV145.42170.65162.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=37.24%
G=20.35%
B=42.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941062210.120.5200.13285.9162.8464.12
HexC26ADDC340D11e3f40
Octal302152335146401543677100
Binary110000101101010110111011100110100011011000111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26ADD; }

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

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

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

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

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

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

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

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