#C26DDA

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

Shades of Medium Orchid #C26DDA

Tints of Medium Orchid #C26DDA

Color information

#C26DDA (or 0xC26DDA) is unknown color: approx Medium Orchid. HEX triplet: C2, 6D and DA. RGB value is (194,109,218). Sum of RGB (Red+Green+Blue) = 194+109+218=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #C26DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DDA is #3D9225. Grayscale: #929292. Windows color (decimal): -4035110 or 14314946. OLE color: 14314946.

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

Color convert

RGB194109218-
CMYK0.110.500.15
HSL286.79º59.56%64.12%-
HSV(B)286.79º50%85.49%-
XYZ40.3727.4769.5-
YUV146.84168.16161.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 109 (42.97% from 255) = 20.92%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=37.24%
G=20.92%
B=41.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941092180.110.500.15286.7959.5664.12
HexC26DDAB320F11f3c40
Octal302155332136201743774100
Binary110000101101101110110101011110010011111000111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26DDA; }

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

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

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

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

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

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

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

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