#C26DD6

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

Shades of Medium Orchid #C26DD6

Tints of Medium Orchid #C26DD6

Color information

#C26DD6 (or 0xC26DD6) is unknown color: approx Medium Orchid. HEX triplet: C2, 6D and D6. RGB value is (194,109,214). Sum of RGB (Red+Green+Blue) = 194+109+214=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #C26DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26DD6 is #3D9229. Grayscale: #929292. Windows color (decimal): -4035114 or 14052802. OLE color: 14052802.

HSL color Cylindrical-coordinate representation of color #C26DD6: hue angle of 288.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C26DD6 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194109214-
CMYK0.090.4900.16
HSL288.57º56.15%63.33%-
HSV(B)288.57º49.07%83.92%-
XYZ39.8527.2666.78-
YUV146.38166.16161.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 109 (42.97% from 255) = 21.08%
BLUE value IS 214 (83.98% from 255) = 41.39%
R=37.52%
G=21.08%
B=41.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941092140.090.4900.16288.5756.1563.33
HexC26DD6931010121383f
Octal30215532611610204417077
Binary110000101101101110101101001110001010000100100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26DD6; }

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

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

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

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

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

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

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

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