#C664EC

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

Shades of Medium Orchid #C664EC

Tints of Medium Orchid #C664EC

Color information

#C664EC (or 0xC664EC) is unknown color: approx Medium Orchid. HEX triplet: C6, 64 and EC. RGB value is (198,100,236). Sum of RGB (Red+Green+Blue) = 198+100+236=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #C664EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C664EC is #399B13. Grayscale: #909090. Windows color (decimal): -3775252 or 15492294. OLE color: 15492294.

HSL color Cylindrical-coordinate representation of color #C664EC: hue angle of 283.24º 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 #C664EC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198100236-
CMYK0.160.5800.07
HSL283.24º78.16%65.88%-
HSV(B)283.24º57.63%92.55%-
XYZ42.9927.1882.34-
YUV144.81179.47165.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 100 (39.45% from 255) = 18.73%
BLUE value IS 236 (92.58% from 255) = 44.19%
R=37.08%
G=18.73%
B=44.19%

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
Decimal1981002360.160.5800.07283.2478.1665.88
HexC664EC103A0711b4e42
Octal306144354207207433116102
Binary1100011011001001110110010000111010011110001101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664EC; }

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

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

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

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

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

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

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

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