#C26EEA

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

Shades of Medium Orchid #C26EEA

Tints of Medium Orchid #C26EEA

Color information

#C26EEA (or 0xC26EEA) is unknown color: approx Medium Orchid. HEX triplet: C2, 6E and EA. RGB value is (194,110,234). Sum of RGB (Red+Green+Blue) = 194+110+234=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #C26EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C26EEA is #3D9115. Grayscale: #949494. Windows color (decimal): -4034838 or 15363778. OLE color: 15363778.

HSL color Cylindrical-coordinate representation of color #C26EEA: hue angle of 280.65º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26EEA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194110234-
CMYK0.170.5300.08
HSL280.65º74.7%67.45%-
HSV(B)280.65º52.99%91.76%-
XYZ42.6828.5681.11-
YUV149.25175.83159.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.06%
GREEN value IS 110 (43.36% from 255) = 20.45%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=36.06%
G=20.45%
B=43.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941102340.170.5300.08280.6574.767.45
HexC26EEA1135081194b43
Octal3021563522165010431113103
Binary11000010110111011101010100011101010100010001100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26EEA; }

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

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

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

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

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

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

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

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