#C269E9

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

Shades of Medium Orchid #C269E9

Tints of Medium Orchid #C269E9

Color information

#C269E9 (or 0xC269E9) is unknown color: approx Medium Orchid. HEX triplet: C2, 69 and E9. RGB value is (194,105,233). Sum of RGB (Red+Green+Blue) = 194+105+233=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #C269E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269E9 is #3D9616. Grayscale: #919191. Windows color (decimal): -4036119 or 15296962. OLE color: 15296962.

HSL color Cylindrical-coordinate representation of color #C269E9: hue angle of 281.72º degrees, saturation: 0.74, 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 #C269E9 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194105233-
CMYK0.170.5500.09
HSL281.72º74.42%66.27%-
HSV(B)281.72º54.94%91.37%-
XYZ42.0127.4680.18-
YUV146.2176.99162.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 105 (41.41% from 255) = 19.74%
BLUE value IS 233 (91.41% from 255) = 43.80%
R=36.47%
G=19.74%
B=43.80%

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
Decimal1941052330.170.5500.09281.7274.4266.27
HexC269E911370911a4a42
Octal3021513512167011432112102
Binary11000010110100111101001100011101110100110001101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269E9; }

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

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

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

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

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

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

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

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