#C268E9

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

Shades of Medium Orchid #C268E9

Tints of Medium Orchid #C268E9

Color information

#C268E9 (or 0xC268E9) is unknown color: approx Medium Orchid. HEX triplet: C2, 68 and E9. RGB value is (194,104,233). Sum of RGB (Red+Green+Blue) = 194+104+233=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #C268E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268E9 is #3D9716. Grayscale: #919191. Windows color (decimal): -4036375 or 15296706. OLE color: 15296706.

HSL color Cylindrical-coordinate representation of color #C268E9: hue angle of 281.86º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C268E9 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194104233-
CMYK0.170.5500.09
HSL281.86º74.57%66.08%-
HSV(B)281.86º55.36%91.37%-
XYZ41.9127.2580.14-
YUV145.62177.32162.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 104 (41.02% from 255) = 19.59%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=36.53%
G=19.59%
B=43.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941042330.170.5500.09281.8674.5766.08
HexC268E911370911a4b42
Octal3021503512167011432113102
Binary11000010110100011101001100011101110100110001101010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C268E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C268E9; }

 p { color: rgb(194,104,233); }

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

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

 a { background-color: rgb(194,104,233); }

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

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

 span { border-color: rgb(194,104,233); }

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