#C764EC

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

Shades of Medium Orchid #C764EC

Tints of Medium Orchid #C764EC

Color information

#C764EC (or 0xC764EC) is unknown color: approx Medium Orchid. HEX triplet: C7, 64 and EC. RGB value is (199,100,236). Sum of RGB (Red+Green+Blue) = 199+100+236=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #C764EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C764EC is #389B13. Grayscale: #909090. Windows color (decimal): -3709716 or 15492295. OLE color: 15492295.

HSL color Cylindrical-coordinate representation of color #C764EC: hue angle of 283.68º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C764EC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199100236-
CMYK0.160.5800.07
HSL283.68º78.16%65.88%-
HSV(B)283.68º57.63%92.55%-
XYZ43.2527.3182.35-
YUV145.1179.3166.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 100 (39.45% from 255) = 18.69%
BLUE value IS 236 (92.58% from 255) = 44.11%
R=37.20%
G=18.69%
B=44.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991002360.160.5800.07283.6878.1665.88
HexC764EC103A0711c4e42
Octal307144354207207434116102
Binary1100011111001001110110010000111010011110001110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764EC; }

 p { color: rgb(199,100,236); }

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

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

 a { background-color: rgb(199,100,236); }

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

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

 span { border-color: rgb(199,100,236); }

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