#C26ECC

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

Shades of Medium Orchid #C26ECC

Tints of Medium Orchid #C26ECC

Color information

#C26ECC (or 0xC26ECC) is unknown color: approx Medium Orchid. HEX triplet: C2, 6E and CC. RGB value is (194,110,204). Sum of RGB (Red+Green+Blue) = 194+110+204=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #C26ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ECC is #3D9133. Grayscale: #919191. Windows color (decimal): -4034868 or 13397698. OLE color: 13397698.

HSL color Cylindrical-coordinate representation of color #C26ECC: hue angle of 293.62º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C26ECC is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194110204-
CMYK0.050.4600.2
HSL293.62º47.96%61.57%-
HSV(B)293.62º46.08%80%-
XYZ38.7226.9860.29-
YUV145.83160.83162.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 110 (43.36% from 255) = 21.65%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=38.19%
G=21.65%
B=40.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941102040.050.4600.2293.6247.9661.57
HexC26ECC52E014126303e
Octal3021563145560244466076
Binary11000010110111011001100101101110010100100100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26ECC; }

 p { color: rgb(194,110,204); }

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

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

 a { background-color: rgb(194,110,204); }

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

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

 span { border-color: rgb(194,110,204); }

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